Searched refs:OPTBIT (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_output.c1951 #define OPTBIT(bit) (in6p->inp_flags & (bit) ? 1 : 0) macro
1955 if (OPTBIT(IN6P_RFC2292)) {
1967 if (OPTBIT(IN6P_RFC2292)) {
1980 if (OPTBIT(IN6P_RFC2292)) {
1989 if (OPTBIT(IN6P_RFC2292)) {
1998 if (OPTBIT(IN6P_RFC2292)) {
2007 if (OPTBIT(IN6P_RFC2292)) {
2016 if (OPTBIT(IN6P_RFC2292)) {
2135 if (OPTBIT(IN6P_RFC2292)) {
2315 optval = OPTBIT(IN6P_HOPOPT
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c2640 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0) macro
2643 optval = OPTBIT(INP_RECVOPTS);
2647 optval = OPTBIT(INP_RECVRETOPTS);
2651 optval = OPTBIT(INP_RECVDSTADDR);
2655 optval = OPTBIT(INP_RECVIF);
2659 optval = OPTBIT(INP_RECVTTL);
2672 optval = OPTBIT(INP_PKTINFO);

Completed in 26 milliseconds