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

/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c121 static int spx_attach(struct socket *so, int proto, struct thread *td);
141 .pru_attach = spx_attach,
1074 spx_attach(struct socket *so, int proto, struct thread *td) function
1083 KASSERT(ipxp == NULL, ("spx_attach: ipxp != NULL"));
1487 error = spx_attach(so, proto, td);

Completed in 89 milliseconds