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;
Indexes created Wed Oct 15 16:09:53 GMT 2025