Searched refs:ipx_attach (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netipx/
H A Dipx_usrreq.c107 static int ipx_attach(struct socket *so, int proto, struct thread *td);
123 .pru_attach = ipx_attach,
465 ipx_attach(struct socket *so, int proto, struct thread *td) function
472 KASSERT(ipxp == NULL, ("ipx_attach: ipxp != NULL"));

Completed in 161 milliseconds