|
iPXE
|
Generic architecture-specific transport-network layer interface. More...
#include <stdint.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static | __attribute__ ((always_inline)) uint16_t tcpip_continue_chksum(uint16_t partial |
| Calculate continued TCP/IP checkum. More... | |
Variables | |
| static const void * | data |
| static const void size_t | len |
Generic architecture-specific transport-network layer interface.
This file is included only if the architecture does not provide its own version of this file.
Definition in file tcpip.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Calculate continued TCP/IP checkum.
| partial | Checksum of already-summed data, in network byte order |
| data | Data buffer |
| len | Length of data buffer |
| cksum | Updated checksum, in network byte order |
| const void size_t len |
1.8.15