Home
last modified time | relevance | path

Searched refs:OPTSET (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/netinet6/
H A Dip6_output.c2470 #define OPTSET(bit) do { \ in ip6_ctloutput() macro
2493 OPTSET(IN6P_PKTINFO); in ip6_ctloutput()
2517 OPTSET(IN6P_HOPLIMIT); in ip6_ctloutput()
2526 OPTSET(IN6P_HOPOPTS); in ip6_ctloutput()
2536 OPTSET(IN6P_DSTOPTS); in ip6_ctloutput()
2546 OPTSET(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2556 OPTSET(IN6P_RTHDR); in ip6_ctloutput()
2568 OPTSET(IN6P_MTU); in ip6_ctloutput()
2584 OPTSET(IN6P_IPV6_V6ONLY); in ip6_ctloutput()
2594 OPTSET(IN6P_TCLASS); in ip6_ctloutput()
[all …]
/xnu-8792.41.9/bsd/netinet/
H A Dip_output.c2327 #define OPTSET(bit) do { \ in ip_ctloutput() macro
2344 OPTSET(INP_RECVOPTS); in ip_ctloutput()
2348 OPTSET(INP_RECVRETOPTS); in ip_ctloutput()
2352 OPTSET(INP_RECVDSTADDR); in ip_ctloutput()
2356 OPTSET(INP_RECVIF); in ip_ctloutput()
2360 OPTSET(INP_RECVTTL); in ip_ctloutput()
2364 OPTSET(INP_PKTINFO); in ip_ctloutput()
2368 OPTSET(INP_RECVTOS); in ip_ctloutput()
2379 #undef OPTSET in ip_ctloutput()