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

Function ngc_bind

freebsd/netgraph/ng_socket.c:365–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365static int
366ngc_bind(struct socket *so, struct sockaddr *nam, struct thread *td)
367{
368 struct ngpcb *const pcbp = sotongpcb(so);
369
370 if (pcbp == NULL)
371 return (EINVAL);
372 return (ng_bind(nam, pcbp));
373}
374
375static int
376ngc_connect(struct socket *so, struct sockaddr *nam, struct thread *td)

Callers

nothing calls this directly

Calls 1

ng_bindFunction · 0.70

Tested by

no test coverage detected