Searched refs:type (Results 1 – 4 of 4) sorted by relevance
/support/ |
A D | xsocket.c | 26 xsocket (int domain, int type, int protocol) in xsocket() argument 28 int fd = socket (domain, type, protocol); in xsocket() 30 FAIL_EXIT1 ("socket (%d, %d, %d): %m\n", domain, type, protocol); in xsocket()
|
A D | resolv_test.h | 175 uint16_t type); 181 uint16_t type, uint32_t ttl);
|
A D | tst-support_capture_subprocess.c | 251 do_multiple_tests (enum test_type type) in do_multiple_tests() argument 285 = type == subprocess ? do_subprocess (&test) in do_multiple_tests()
|
A D | resolv_test.c | 250 const char *name, uint16_t class, uint16_t type) in resolv_response_add_question() argument 260 response_add_16 (b, type); in resolv_response_add_question() 357 uint16_t class, uint16_t type, uint32_t ttl) in resolv_response_open_record() argument 365 response_add_16 (b, type); in resolv_response_open_record()
|
Completed in 13 milliseconds