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

/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c129 static int spx_listen(struct socket *so, int backlog, struct thread *td);
147 .pru_listen = spx_listen,
166 .pru_listen = spx_listen,
1304 spx_listen(struct socket *so, int backlog, struct thread *td) function
1312 KASSERT(ipxp != NULL, ("spx_listen: ipxp == NULL"));
1315 KASSERT(cb != NULL, ("spx_listen: cb == NULL"));

Completed in 29 milliseconds