HomeSort by relevance Sort by last modified time
    Searched defs:SCTP_PR_SCTP_MASK (Results 1 - 3 of 3) sorted by null

  /bionic/libc/kernel/uapi/linux/
sctp.h 92 #define SCTP_PR_SCTP_MASK 0x0030
95 #define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
96 #define SCTP_PR_SET_POLICY(flags,x) do { flags &= ~SCTP_PR_SCTP_MASK; flags |= x; } while(0)
  /external/iproute2/include/uapi/linux/
sctp.h 133 #define SCTP_PR_SCTP_MASK 0x0030
138 #define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
141 flags &= ~SCTP_PR_SCTP_MASK; \
  /external/kernel-headers/original/uapi/linux/
sctp.h 140 #define SCTP_PR_SCTP_MASK 0x0030
145 #define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)
148 flags &= ~SCTP_PR_SCTP_MASK; \
303 /* 2 bits here have been used by SCTP_PR_SCTP_MASK */
    [all...]

Completed in 46 milliseconds