Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Dip6_output.c2468 #define OPTSET(bit) do { \ in ip6_ctloutput() macro
2491 OPTSET(IN6P_PKTINFO); in ip6_ctloutput()
2515 OPTSET(IN6P_HOPLIMIT); in ip6_ctloutput()
2524 OPTSET(IN6P_HOPOPTS); in ip6_ctloutput()
2534 OPTSET(IN6P_DSTOPTS); in ip6_ctloutput()
2544 OPTSET(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2554 OPTSET(IN6P_RTHDR); in ip6_ctloutput()
2566 OPTSET(IN6P_MTU); in ip6_ctloutput()
2582 OPTSET(IN6P_IPV6_V6ONLY); in ip6_ctloutput()
2592 OPTSET(IN6P_TCLASS); in ip6_ctloutput()
[all …]
/xnu-10063.101.15/bsd/netinet/
H A Dip_output.c2342 #define OPTSET(bit) do { \ in ip_ctloutput() macro
2359 OPTSET(INP_RECVOPTS); in ip_ctloutput()
2363 OPTSET(INP_RECVRETOPTS); in ip_ctloutput()
2367 OPTSET(INP_RECVDSTADDR); in ip_ctloutput()
2371 OPTSET(INP_RECVIF); in ip_ctloutput()
2375 OPTSET(INP_RECVTTL); in ip_ctloutput()
2379 OPTSET(INP_PKTINFO); in ip_ctloutput()
2383 OPTSET(INP_RECVTOS); in ip_ctloutput()
2394 #undef OPTSET in ip_ctloutput()