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

Function uipc_bind

freebsd/kern/uipc_usrreq.c:703–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703static int
704uipc_bind(struct socket *so, struct sockaddr *nam, struct thread *td)
705{
706
707 return (uipc_bindat(AT_FDCWD, so, nam, td));
708}
709
710static int
711uipc_connect(struct socket *so, struct sockaddr *nam, struct thread *td)

Callers

nothing calls this directly

Calls 1

uipc_bindatFunction · 0.85

Tested by

no test coverage detected