Searched refs:sokfd (Results 1 – 1 of 1) sorted by relevance
257 int is_net_or_host = 0, sokfd, arg2_action; in setroute() local282 sokfd = xsocket(AF_INET, SOCK_DGRAM, 0); in setroute()283 if (action == 1) xioctl(sokfd, SIOCADDRT, &rt); in setroute()284 else xioctl(sokfd, SIOCDELRT, &rt); in setroute()285 xclose(sokfd); in setroute()