Home
last modified time | relevance | path

Searched refs:PRU_CONNECT (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dprotosw.h134 #define PRU_CONNECT 4 /* establish connection to peer */ macro
/f-stack/freebsd/sys/
H A Dprotosw.h136 #define PRU_CONNECT 4 /* establish connection to peer */ macro
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c627 TCPDEBUG2(PRU_CONNECT); in tcp_usr_connect()
628 TCP_PROBE2(debug__user, tp, PRU_CONNECT); in tcp_usr_connect()
753 TCPDEBUG2(PRU_CONNECT); in tcp6_usr_connect()
754 TCP_PROBE2(debug__user, tp, PRU_CONNECT); in tcp6_usr_connect()
/f-stack/freebsd/kern/
H A Duipc_usrreq.c1643 error = unp_connect2(so, so2, PRU_CONNECT); in unp_connectat()
1714 if (req == PRU_CONNECT && in unp_connect2()