Searched refs:sctp_send_shutdown_ack (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_output.h114 void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *);
H A Dsctp_input.c197 sctp_send_shutdown_ack(stcb, NULL);
966 sctp_send_shutdown_ack(stcb, net);
970 sctp_send_shutdown_ack(stcb, net);
1491 sctp_send_shutdown_ack(stcb, stcb->asoc.primary_destination);
3425 sctp_send_shutdown_ack(stcb, net);
H A Dsctp_timer.c1318 sctp_send_shutdown_ack(stcb, alt);
H A Dsctp_indata.c4035 sctp_send_shutdown_ack(stcb, netp);
4754 sctp_send_shutdown_ack(stcb, netp);
H A Dsctp_output.c9157 sctp_send_shutdown_ack(struct sctp_tcb *stcb, struct sctp_nets *net) function

Completed in 104 milliseconds