Home
last modified time | relevance | path

Searched refs:IP_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/include/
A Dnet-common.h49 #define IP_HDR_SIZE (sizeof(struct ip_hdr)) macro
51 #define IP_MIN_FRAG_DATAGRAM_SIZE (IP_HDR_SIZE + 8)
74 #define UDP_HDR_SIZE (IP_UDP_HDR_SIZE - IP_HDR_SIZE)
A Dnet-legacy.h172 #define IP_HDR_SIZE (sizeof(struct ip_hdr)) macro
174 #define IP_MIN_FRAG_DATAGRAM_SIZE (IP_HDR_SIZE + 8)
245 #define IP_ICMP_HDR_SIZE (IP_HDR_SIZE + ICMP_HDR_SIZE)
/include/net/
A Dtcp.h55 #define TCP_HDR_SIZE (IP_TCP_HDR_SIZE - IP_HDR_SIZE)

Completed in 11 milliseconds