Searched refs:udp_socket (Results 1 – 5 of 5) sorted by relevance
40 allow unbound_t self:udp_socket create_socket_perms;
46 extern int udp_socket;142 if (ioctl(udp_socket, SIOCGIFFLAGS, (char *)&ffr)<0)
125 extern int udp_socket;
23 int udp_socket; /* Since the honkin' kernel doesn't support */ variable74 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()
578 close(udp_socket); in restart()