Searched refs:child_bind (Results 1 – 1 of 1) sorted by relevance
| /src/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() 565 res = child_bind(tc, SOCK_STREAM, sinp, 0, false); in bind_connected_port_test() 567 res = child_bind(tc, SOCK_STREAM, sinp, 0, true); in bind_connected_port_test()
|