Searched refs:child_bind (Results 1 – 1 of 1) sorted by relevance
/freebsd/tests/sys/netinet/ |
H A D | socket_afinet.c | 340 child_bind(const atf_tc_t *tc, int type, struct sockaddr *sa, int opt, in child_bind() function 399 return (child_bind(tc, type, sa, opt, false)); in child_bind_priv() 405 return (child_bind(tc, type, sa, opt, true)); in child_bind_unpriv() 562 res = child_bind(tc, SOCK_STREAM, sinp, 0, false); in bind_connected_port_test() 564 res = child_bind(tc, SOCK_STREAM, sinp, 0, true); in bind_connected_port_test()
|