Searched refs:res_bind_socket (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup.h | 75 hidden int res_bind_socket(int, int);
|
H A D | resolvconf.c | 257 int res_bind_socket(int fd, int netid) in res_bind_socket() function 262 GETADDRINFO_PRINT_DEBUG("res_bind_socket netid:%{public}d \n", netid); in res_bind_socket() 278 GETADDRINFO_PRINT_DEBUG("res_bind_socket ret %{public}d \n", ret); in res_bind_socket()
|
H A D | res_msend.c | 104 res_bind_socket(fd, netid); in res_msend_rc_ext()
|
/third_party/musl/src/network/ |
H A D | lookup.h | 80 hidden int res_bind_socket(int, int);
|
H A D | res_msend.c | 56 res_bind_socket(fd, netid); in start_tcp() 172 res_bind_socket(fd, netid); in res_msend_rc_ext()
|
H A D | resolvconf.c | 251 int res_bind_socket(int fd, int netid) in res_bind_socket() function 256 GETADDRINFO_PRINT_DEBUG("res_bind_socket netid:%{public}d \n", netid); in res_bind_socket() 272 GETADDRINFO_PRINT_DEBUG("res_bind_socket ret %{public}d \n", ret); in res_bind_socket()
|
Completed in 3 milliseconds