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

/freebsd-13-stable/sys/netinet6/
H A Dip6_output.c1809 #define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0) macro
1826 if (OPTBIT(IN6P_RFC2292)) { \
1846 if (OPTBIT(IN6P_RFC2292)) {
2072 if (OPTBIT(IN6P_RFC2292)) {
2205 optval = OPTBIT(IN6P_HOPOPTS);
2209 optval = OPTBIT(IN6P_DSTOPTS);
2213 optval = OPTBIT(IN6P_RTHDRDSTOPTS);
2221 optval = OPTBIT(IN6P_PKTINFO);
2225 optval = OPTBIT(IN6P_HOPLIMIT);
2229 optval = OPTBIT(IN6P_RTHD
[all...]
/freebsd-13-stable/sys/netinet/
H A Dip_output.c1474 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0) macro
1478 optval = OPTBIT(INP_RECVOPTS);
1482 optval = OPTBIT(INP_RECVRETOPTS);
1486 optval = OPTBIT(INP_RECVDSTADDR);
1494 optval = OPTBIT(INP_RECVTTL);
1498 optval = OPTBIT(INP_RECVIF);
1511 optval = OPTBIT(INP_ONESBCAST);
1514 optval = OPTBIT(INP_DONTFRAG);
1517 optval = OPTBIT(INP_BINDANY);
1520 optval = OPTBIT(INP_RECVTO
[all...]

Completed in 61 milliseconds