Searched refs:sokfd (Results 1 – 1 of 1) sorted by relevance
261 int is_net_or_host = 0, sokfd, arg2_action; in setroute() local293 sokfd = xsocket(AF_INET, SOCK_DGRAM, 0); in setroute()294 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt); in setroute()295 else xioctl(sokfd, SIOCDELRT, &rt); in setroute()296 xclose(sokfd); in setroute()