MCPcopy Index your code
hub / github.com/F-Stack/f-stack / soconnect

Function soconnect

freebsd/kern/uipc_socket.c:1306–1311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1304}
1305
1306int
1307soconnect(struct socket *so, struct sockaddr *nam, struct thread *td)
1308{
1309
1310 return (soconnectat(AT_FDCWD, so, nam, td));
1311}
1312
1313int
1314soconnectat(int fd, struct socket *so, struct sockaddr *nam, struct thread *td)

Callers 3

kern_connectatFunction · 0.85
ng_ksocket_rcvmsgFunction · 0.85

Calls 1

soconnectatFunction · 0.85

Tested by

no test coverage detected