Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/ !
H A Dip_input.c2867 #define OPTSIZ (sizeof (ip_srcrt.nop) + sizeof (ip_srcrt.srcopt)) in ip_srcroute() macro
2871 sizeof(struct in_addr) + OPTSIZ; in ip_srcroute()
2903 (caddr_t)&ip_srcrt + sizeof(struct in_addr), OPTSIZ); in ip_srcroute()
2905 sizeof(struct in_addr) + OPTSIZ); in ip_srcroute()
2906 #undef OPTSIZ in ip_srcroute()