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

Function in6_pcbconnect

freebsd/netinet6/in6_pcb.c:491–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491int
492in6_pcbconnect(struct inpcb *inp, struct sockaddr *nam, struct ucred *cred)
493{
494
495 return (in6_pcbconnect_mbuf(inp, nam, cred, NULL, true));
496}
497
498void
499in6_pcbdisconnect(struct inpcb *inp)

Callers 2

tcp6_connectFunction · 0.85
udp6_connectFunction · 0.85

Calls 1

in6_pcbconnect_mbufFunction · 0.85

Tested by

no test coverage detected