Sign in
◑
Theme
qemu
/
ipxe
/
6a004be0cceab5d669eedb5a2e6ee2feab31d5bd
/
.
/
src
/
arch
/
arm64
/
include
/
bits
/
tcpip.h
blob: 68686534ece670d2518d3266568d35d4d84aea5c [
file
]
#ifndef
_BITS_TCPIP_H
#define
_BITS_TCPIP_H
/** @file
*
* Transport-network layer interface
*
*/
FILE_LICENCE
(
GPL2_OR_LATER_OR_UBDL
);
extern
uint16_t
tcpip_continue_chksum
(
uint16_t
sum
,
const
void
*
data
,
size_t
len
);
#endif
/* _BITS_TCPIP_H */