Home
last modified time | relevance | path

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

/xnu-8796.121.2/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.c920 if (opt == IPOPT_EOL) { in icmp_reflect()
950 IPOPT_EOL; in icmp_reflect()
H A Dip_output.c2201 if (opt == IPOPT_EOL) { in ip_optcopy()
2233 *dp++ = IPOPT_EOL; in ip_optcopy()
2738 if (opt == IPOPT_EOL) { in ip_pcbopts()
H A Dip_input.c2799 if (opt == IPOPT_EOL) { in ip_dooptions()
3090 if (opt == IPOPT_EOL) { in ip_checkrouteralert()
H A Digmp.c591 p->ipopt_list[2] = IPOPT_EOL; /* End of IP option list */ in igmp_ra_alloc()
/xnu-8796.121.2/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.c1320 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL || in ah4_calccksum()
1335 case IPOPT_EOL: in ah4_calccksum()
1372 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL) { in ah4_calccksum()