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

/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c279 static int unp_connect2(struct socket *so, struct socket *so2, int);
634 error = unp_connect2(so1, so2, PRU_CONNECT2);
1411 error = unp_connect2(so, so2, PRU_CONNECT);
1428 unp_connect2(struct socket *so, struct socket *so2, int req) function
1434 KASSERT(unp != NULL, ("unp_connect2: unp == NULL"));
1436 KASSERT(unp2 != NULL, ("unp_connect2: unp2 == NULL"));
1464 panic("unp_connect2");

Completed in 82 milliseconds