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

/freebsd-9.3-release/sys/kern/
H A Duipc_usrreq.c274 static int unp_connect2(struct socket *so, struct socket *so2, int);
613 error = unp_connect2(so1, so2, PRU_CONNECT2);
1389 error = unp_connect2(so, so2, PRU_CONNECT);
1413 unp_connect2(struct socket *so, struct socket *so2, int req) function
1419 KASSERT(unp != NULL, ("unp_connect2: unp == NULL"));
1421 KASSERT(unp2 != NULL, ("unp_connect2: unp2 == NULL"));
1449 panic("unp_connect2");

Completed in 105 milliseconds