Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dip_input.c3235 #define OPTSIZ (sizeof (ip_srcrt.nop) + sizeof (ip_srcrt.srcopt)) in ip_srcroute() macro
3239 sizeof(struct in_addr) + OPTSIZ; in ip_srcroute()
3271 (caddr_t)&ip_srcrt + sizeof(struct in_addr), OPTSIZ); in ip_srcroute()
3273 sizeof(struct in_addr) + OPTSIZ); in ip_srcroute()
3274 #undef OPTSIZ in ip_srcroute()