Home | History | Annotate | Download | only in faithd

Lines Matching defs:sockfd

89 static int sockfd = 0;
154 sockfd = socket(PF_ROUTE, SOCK_RAW, PF_UNSPEC);
155 if (sockfd < 0) {
321 sockfd = socket(PF_ROUTE, SOCK_RAW, PF_UNSPEC);
322 if (sockfd < 0) {
362 if (sockfd) {
363 pfd[1].fd = sockfd;
818 len = read(sockfd, msg, sizeof(msg));
830 (void)close(sockfd);
831 sockfd = 0;