Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_compat.h88 # undef IPOPT_EOL
421 #ifndef IPOPT_EOL
422 # define IPOPT_EOL 0
451 #ifndef IPOPT_EOL
452 # define IPOPT_EOL 0
H A Dip.h186 #define IPOPT_EOL 0 /* end of option list */ macro
H A Dip_icmp.c925 if (opt == IPOPT_EOL) { in icmp_reflect()
955 IPOPT_EOL; in icmp_reflect()
H A Dip_output.c2284 if (opt == IPOPT_EOL) { in ip_optcopy()
2316 *dp++ = IPOPT_EOL; in ip_optcopy()
2856 if (opt == IPOPT_EOL) { in ip_pcbopts()
H A Dip_input.c2428 if (opt == IPOPT_EOL) { in ip_dooptions()
2720 if (opt == IPOPT_EOL) { in ip_checkrouteralert()
H A Digmp.c588 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/xnu-12377.1.9/bsd/netinet6/
H A Dah_output.c599 if (q[i + IPOPT_OPTVAL] == IPOPT_EOL || in ah4_finaldst()
608 case IPOPT_EOL: in ah4_finaldst()
H A Dah_core.c623 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL || in ah4_calccksum()
638 case IPOPT_EOL: in ah4_calccksum()
675 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL) { in ah4_calccksum()