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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_output.c593 if (i + IPOPT_OPTVAL >= optlen)
595 if (q[i + IPOPT_OPTVAL] == IPOPT_EOL ||
596 q[i + IPOPT_OPTVAL] == IPOPT_NOP ||
602 switch (q[i + IPOPT_OPTVAL]) {
616 q[i + IPOPT_OPTVAL], q[i + IPOPT_OLEN]));
627 q[i + IPOPT_OPTVAL], q[i + IPOPT_OLEN]));
H A Dah_core.c1333 if (i + IPOPT_OPTVAL >= hlen) {
1339 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL ||
1340 p[i + IPOPT_OPTVAL] == IPOPT_NOP ||
1347 p[i + IPOPT_OPTVAL]));
1353 switch (p[i + IPOPT_OPTVAL]) {
1381 p[i + IPOPT_OPTVAL],
1388 if (p[i + IPOPT_OPTVAL] == IPOPT_EOL)
/darwin-on-arm/xnu/bsd/netinet/
H A Dip.h189 #define IPOPT_OPTVAL 0 /* option ID */ macro
H A Dip_icmp.c746 opt = cp[IPOPT_OPTVAL];
H A Dip_input.c1844 opt = cp[IPOPT_OPTVAL];
H A Dip_output.c2788 opt = cp[IPOPT_OPTVAL];
H A Dip_fw2.c877 int opt = cp[IPOPT_OPTVAL];

Completed in 39 milliseconds