MCPcopy Create free account
hub / github.com/F-Stack/f-stack / sctp6_disconnect

Function sctp6_disconnect

freebsd/netinet6/sctp6_usrreq.c:663–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661/* This could be made common with sctp_detach() since they are identical */
662
663static
664int
665sctp6_disconnect(struct socket *so)
666{
667 return (sctp_disconnect(so));
668}
669
670int
671sctp_sendm(struct socket *so, int flags, struct mbuf *m, struct sockaddr *addr,

Callers

nothing calls this directly

Calls 1

sctp_disconnectFunction · 0.85

Tested by

no test coverage detected