Searched refs:SCTP_DATAGRAM_UNSENT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A DsctpConstants.h88 #define SCTP_DATAGRAM_UNSENT 0 macro
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c6182 if (chk->sent > SCTP_DATAGRAM_UNSENT)
7521 chk->sent = SCTP_DATAGRAM_UNSENT;
7752 chk->sent = SCTP_DATAGRAM_UNSENT;
8095 if (chk->sent != SCTP_DATAGRAM_UNSENT &&
8316 if (chk->sent != SCTP_DATAGRAM_UNSENT) {
8741 if (chk->sent == SCTP_DATAGRAM_UNSENT) {
8957 chk->sent = SCTP_DATAGRAM_UNSENT;
9036 chk->sent = SCTP_DATAGRAM_UNSENT;
9098 chk->sent = SCTP_DATAGRAM_UNSENT;
9135 chk->sent = SCTP_DATAGRAM_UNSENT;
[all...]
H A Dsctp_constants.h350 #define SCTP_DATAGRAM_UNSENT 0 macro
H A Dsctp_indata.c2609 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
2923 if (tp1->sent == SCTP_DATAGRAM_UNSENT)
2977 tp1->sent == SCTP_DATAGRAM_UNSENT) {
3650 if (tp1->sent == SCTP_DATAGRAM_UNSENT) {
4278 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
H A Dsctp_timer.c1233 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT)
H A Dsctp_input.c4181 chk->sent = SCTP_DATAGRAM_UNSENT;

Completed in 102 milliseconds