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

/freebsd-9.3-release/contrib/tcpdump/
H A DsctpConstants.h88 #define SCTP_DATAGRAM_UNSENT 0 macro
/freebsd-9.3-release/sys/netinet/
H A Dsctp_output.c6154 if (chk->sent > SCTP_DATAGRAM_UNSENT)
7509 chk->sent = SCTP_DATAGRAM_UNSENT;
7737 chk->sent = SCTP_DATAGRAM_UNSENT;
8079 if (chk->sent != SCTP_DATAGRAM_UNSENT &&
8300 if (chk->sent != SCTP_DATAGRAM_UNSENT) {
8726 if (chk->sent == SCTP_DATAGRAM_UNSENT) {
8938 chk->sent = SCTP_DATAGRAM_UNSENT;
9031 chk->sent = SCTP_DATAGRAM_UNSENT;
9099 chk->sent = SCTP_DATAGRAM_UNSENT;
9136 chk->sent = SCTP_DATAGRAM_UNSENT;
[all...]
H A Dsctp_constants.h357 #define SCTP_DATAGRAM_UNSENT 0 macro
H A Dsctp_indata.c2616 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
2925 if (tp1->sent == SCTP_DATAGRAM_UNSENT)
2979 tp1->sent == SCTP_DATAGRAM_UNSENT) {
3653 if (tp1->sent == SCTP_DATAGRAM_UNSENT) {
4273 if (tp1->sent != SCTP_DATAGRAM_UNSENT) {
H A Dsctp_timer.c1219 if (asconf->sent != SCTP_DATAGRAM_RESEND && chk->sent != SCTP_DATAGRAM_UNSENT)
H A Dsctp_input.c4095 chk->sent = SCTP_DATAGRAM_UNSENT;

Completed in 285 milliseconds