Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp.h554 #define SCTP_PCB_FLAGS_RECVNSENDFAILEVNT 0x0000000080000000 macro
Dsctputil.c2826 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT))) { in sctp_notify_send_failed()
2830 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed()
2840 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed()
2941 sctp_stcb_is_feature_off(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT))) { in sctp_notify_send_failed2()
2945 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed2()
2956 if (sctp_stcb_is_feature_on(stcb->sctp_ep, stcb, SCTP_PCB_FLAGS_RECVNSENDFAILEVNT)) { in sctp_notify_send_failed2()
Dsctp_usrreq.c2989 event_type = SCTP_PCB_FLAGS_RECVNSENDFAILEVNT; in sctp_getopt()
5445 event_type = SCTP_PCB_FLAGS_RECVNSENDFAILEVNT; in sctp_setopt()