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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c335 char srcopt[IPOPT_OFFSET + 1]; /* OPTVAL, OLEN and OFFSET */ member in struct:ip_srcrt
2148 bcopy(option, ip_srcrt.srcopt, olen);
2170 #define OPTSIZ (sizeof(ip_srcrt.nop) + sizeof(ip_srcrt.srcopt))
2194 ip_srcrt.srcopt[IPOPT_OFFSET] = IPOPT_MINOFF;

Completed in 75 milliseconds