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

/freebsd-9.3-release/sys/netipx/
H A Dspx_usrreq.c130 static int spx_rcvd(struct socket *so, int flags);
149 .pru_rcvd = spx_rcvd,
168 .pru_rcvd = spx_rcvd,
1342 spx_rcvd(struct socket *so, int flags) function
1349 KASSERT(ipxp != NULL, ("spx_rcvd: ipxp == NULL"));
1352 KASSERT(cb != NULL, ("spx_rcvd: cb == NULL"));

Completed in 93 milliseconds