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

/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c1614 #define OPTBIT(bit) (in6p->inp_flags & (bit) ? 1 : 0) macro
1628 if (OPTBIT(IN6P_RFC2292)) {
1640 if (OPTBIT(IN6P_RFC2292)) {
1654 if (OPTBIT(IN6P_RFC2292)) {
1663 if (OPTBIT(IN6P_RFC2292)) {
1672 if (OPTBIT(IN6P_RFC2292)) {
1681 if (OPTBIT(IN6P_RFC2292)) {
1690 if (OPTBIT(IN6P_RFC2292)) {
1737 if (OPTBIT(IN6P_RFC2292)) {
1852 if (OPTBIT(IN6P_RFC229
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_output.c1251 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0) macro
1255 optval = OPTBIT(INP_RECVOPTS);
1259 optval = OPTBIT(INP_RECVRETOPTS);
1263 optval = OPTBIT(INP_RECVDSTADDR);
1267 optval = OPTBIT(INP_RECVTTL);
1271 optval = OPTBIT(INP_RECVIF);
1284 optval = OPTBIT(INP_ONESBCAST);
1287 optval = OPTBIT(INP_DONTFRAG);
1290 optval = OPTBIT(INP_BINDANY);
1293 optval = OPTBIT(INP_RECVTO
[all...]

Completed in 253 milliseconds