Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_AUTHEVNT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h564 #define SCTP_PCB_FLAGS_AUTHEVNT 0x0000000000040000 macro
H A Dsctp_usrreq.c2094 if (sctp_is_feature_on(inp, SCTP_PCB_FLAGS_AUTHEVNT))
3018 event_type = SCTP_PCB_FLAGS_AUTHEVNT;
5045 sctp_feature_on(inp, SCTP_PCB_FLAGS_AUTHEVNT);
5047 sctp_feature_off(inp, SCTP_PCB_FLAGS_AUTHEVNT);
5100 sctp_stcb_feature_on(inp, stcb, SCTP_PCB_FLAGS_AUTHEVNT);
5102 sctp_stcb_feature_off(inp, stcb, SCTP_PCB_FLAGS_AUTHEVNT);
6060 event_type = SCTP_PCB_FLAGS_AUTHEVNT;
H A Dsctp_auth.c1713 if (sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_AUTHEVNT)) in sctp_notify_authentication()