Searched refs:UDP_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
218 #define UDP_HDR_SIZE 8 macro219 #define HDR_SIZE (IP_HDR_SIZE + UDP_HDR_SIZE)
1954 #define UDP_HDR_SIZE sizeof(struct net_udp_hdr) in test_check_ttl() macro1955 #define V4_HDR_SIZE (IPV4_HDR_SIZE + UDP_HDR_SIZE) in test_check_ttl()1956 #define V6_HDR_SIZE (IPV6_HDR_SIZE + UDP_HDR_SIZE) in test_check_ttl()1957 #define MAX_HDR_SIZE (IPV6_HDR_SIZE + UDP_HDR_SIZE) in test_check_ttl()