Searched refs:ip_srcrt (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c332 static struct ip_srcrt { struct
337 } ip_srcrt; variable in typeref:struct:ip_srcrt
2146 if (olen > sizeof(ip_srcrt) - (1 + sizeof(dst)))
2148 bcopy(option, ip_srcrt.srcopt, olen);
2150 ip_srcrt.dst = dst;
2170 #define OPTSIZ (sizeof(ip_srcrt.nop) + sizeof(ip_srcrt.srcopt))
2183 p = &ip_srcrt.route[ip_nhops - 1];
2193 ip_srcrt.nop = IPOPT_NOP;
2194 ip_srcrt
[all...]

Completed in 19 milliseconds