HomeSort by: relevance | last modified time | path
    Searched defs:OPTBIT (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
uipc_usrreq.c 674 #define OPTBIT(bit) (unp->unp_flags & (bit) ? 1 : 0)
676 optval = OPTBIT(UNP_WANTCRED);
681 optval = OPTBIT(UNP_OWANTCRED);
685 #undef OPTBIT
  /src/sys/netinet/
ip_output.c 1332 #define OPTBIT(bit) (inpflags & bit ? 1 : 0)
1335 optval = OPTBIT(INP_RECVOPTS);
1339 optval = OPTBIT(INP_RECVPKTINFO);
1343 optval = OPTBIT(INP_RECVRETOPTS);
1347 optval = OPTBIT(INP_RECVDSTADDR);
1351 optval = OPTBIT(INP_RECVIF);
1355 optval = OPTBIT(INP_RECVTTL);
1359 optval = OPTBIT(INP_BINDANY);
1369 optval = OPTBIT(INP_RECVPKTINFO);
1386 optval = OPTBIT(INP_RECVPKTINFO)
    [all...]
  /src/sys/netinet6/
ip6_output.c 1417 #define OPTBIT(bit) (inp->inp_flags & (bit) ? 1 : 0)
1422 if (OPTBIT(IN6P_RFC2292)) {
1436 if (OPTBIT(IN6P_RFC2292)) {
1453 if (OPTBIT(IN6P_RFC2292)) {
1464 if (OPTBIT(IN6P_RFC2292)) {
1475 if (OPTBIT(IN6P_RFC2292)) {
1486 if (OPTBIT(IN6P_RFC2292)) {
1497 if (OPTBIT(IN6P_RFC2292)) {
1542 if (OPTBIT(IN6P_RFC2292)) {
1658 if (OPTBIT(IN6P_RFC2292))
    [all...]

Completed in 15 milliseconds