Home
last modified time | relevance | path

Searched defs:ICMP_ADVLEN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/netinet/
H A Dip_icmp.h122 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro
/netbsd-src/sys/netinet/
H A Dip_icmp.h182 #define ICMP_ADVLEN(p) (8 + ((p)->icmp_ip.ip_hl << 2) + 8) macro