Searched defs:sockfd (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/named/
H A Dfuzz.c52 int sockfd; local
82 sockfd = socket(AF_INET, SOCK_DGRAM, 0);
83 RUNTIME_CHECK(sockfd != -1);
115 sent = sendto(sockfd, buf, length, 0,
120 recvfrom(sockfd, buf, 65536, MSG_DONTWAIT, NULL, NULL);
129 close(sockfd);
144 int sockfd; local
188 sockfd = socket(AF_INET, SOCK_DGRAM, 0);
189 RUNTIME_CHECK(sockfd != -1);
241 sent = sendto(sockfd, respacke
323 int sockfd; local
[all...]
/bind-9.11.3/contrib/queryperf/
H A Dqueryperf.c1664 process_single_response(int sockfd) { argument
1676 if ((numbytes = recvfrom(sockfd, in_buf, MAX_BUFFER_LEN,

Completed in 25 milliseconds