Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c2254 if (opt == IPOPT_EOL) { in ip_optcopy()
2286 *dp++ = IPOPT_EOL; in ip_optcopy()
2817 if (opt == IPOPT_EOL) { in ip_pcbopts()
H A Dip_input.c2831 if (opt == IPOPT_EOL) { in ip_dooptions()
3123 if (opt == IPOPT_EOL) { in ip_checkrouteralert()
H A Digmp.c587 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/xnu-11215.1.10/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()