Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dip6_output.c2466 #define OPTSET(bit) do { \ in ip6_ctloutput() macro
2489 OPTSET(IN6P_PKTINFO); in ip6_ctloutput()
2513 OPTSET(IN6P_HOPLIMIT); in ip6_ctloutput()
2522 OPTSET(IN6P_HOPOPTS); in ip6_ctloutput()
2532 OPTSET(IN6P_DSTOPTS); in ip6_ctloutput()
2542 OPTSET(IN6P_RTHDRDSTOPTS); in ip6_ctloutput()
2552 OPTSET(IN6P_RTHDR); in ip6_ctloutput()
2564 OPTSET(IN6P_MTU); in ip6_ctloutput()
2580 OPTSET(IN6P_IPV6_V6ONLY); in ip6_ctloutput()
2590 OPTSET(IN6P_TCLASS); in ip6_ctloutput()
[all …]
/xnu-10002.81.5/bsd/netinet/
H A Dip_output.c2341 #define OPTSET(bit) do { \ in ip_ctloutput() macro
2358 OPTSET(INP_RECVOPTS); in ip_ctloutput()
2362 OPTSET(INP_RECVRETOPTS); in ip_ctloutput()
2366 OPTSET(INP_RECVDSTADDR); in ip_ctloutput()
2370 OPTSET(INP_RECVIF); in ip_ctloutput()
2374 OPTSET(INP_RECVTTL); in ip_ctloutput()
2378 OPTSET(INP_PKTINFO); in ip_ctloutput()
2382 OPTSET(INP_RECVTOS); in ip_ctloutput()
2393 #undef OPTSET in ip_ctloutput()