Home
last modified time | relevance | path

Searched refs:udp_socket (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/contrib/selinux/
H A Dunbound.te40 allow unbound_t self:udp_socket create_socket_perms;
/netbsd-src/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) in init_vifs()
172 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ifr) < 0) in check_vif_state()
H A Dmain.c578 close(udp_socket); in restart()