Searched refs:udp_socket (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dcfparse.y46 extern int udp_socket;
142 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ffr)<0)
H A Ddefs.h125 extern int udp_socket;
H A Dvif.c23 int udp_socket; /* Since the honkin' kernel doesn't support */ variable
74 if ((udp_socket = socket(AF_INET, SOCK_DGRAM, 0)) < 0)
172 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ifr) < 0)
H A Dmain.c578 close(udp_socket);

Completed in 109 milliseconds