Searched refs:test_bind (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/tests/net/inpcb/ |
H A D | broadcast_bind.c | 35 test_bind(char *paddr, struct in_addr *addr, u_int16_t port, int type, in test_bind() function 102 rc |= test_bind(argv[1], &uc_addr, port, SOCK_STREAM, 0); in main() 103 rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM, EADDRNOTAVAIL); in main() 105 rc |= test_bind(argv[3], &bc_addr, port, SOCK_STREAM, 0); in main() 107 rc |= test_bind(argv[3], &bc_addr, port, SOCK_STREAM, EADDRNOTAVAIL); in main() 110 rc |= test_bind(argv[2], &err_addr, port, SOCK_STREAM, EADDRNOTAVAIL); in main() 111 rc |= test_bind(argv[3], &bc_addr, port, SOCK_DGRAM, 0); in main()
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_test.c | 7410 static int test_bind(isl_ctx *ctx) in test_bind() function 10964 { "bind parameters", &test_bind },
|