HomeSort by: relevance | last modified time | path
    Searched refs:sctp_send_shutdown (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/netinet/
sctp_output.h 66 int sctp_send_shutdown(struct sctp_tcb *, struct sctp_nets *);
sctp_timer.c 1158 sctp_send_shutdown(stcb, alt);
1405 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);
sctp_usrreq.c 773 sctp_send_shutdown(stcb,
868 sctp_send_shutdown(stcb,
sctp_indata.c 2393 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);
4081 sctp_send_shutdown(stcb,
sctp_output.c 4540 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);
6278 sctp_send_shutdown(struct sctp_tcb *stcb, struct sctp_nets *net) function in typeref:typename:int
9759 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);
sctp_pcb.c 2083 sctp_send_shutdown(asoc, asoc->asoc.primary_destination);
sctp_input.c 2546 sctp_send_shutdown(stcb, net);
  /src/sys/netinet6/
sctp6_usrreq.c 752 sctp_send_shutdown(stcb, stcb->asoc.primary_destination);

Completed in 32 milliseconds