Searched refs:UDP_DEV_NAME (Results 1 – 6 of 6) sorted by relevance
814 udp_dev_name = (af == AF_INET6 ? UDP6_DEV_NAME : UDP_DEV_NAME); in i_ipadm_plumb_if()968 udp_dev_name = UDP_DEV_NAME; in i_ipadm_unplumb_if()
2002 udp_dev_name = UDP_DEV_NAME; in ip_domux2fd()2062 UDP_DEV_NAME, strerror(errno)); in ip_plink()2073 UDP_DEV_NAME, strerror(errno)); in ip_plink()
198 if ((*udp_fd = open(UDP_DEV_NAME, O_RDWR)) < 0) { in ip_domux2fd()
2423 udp_dev_name = UDP_DEV_NAME; in ip_domux2fd()2530 Perror2("I_PLINK", UDP_DEV_NAME); in ip_plink()2542 Perror2("I_PLINK", UDP_DEV_NAME); in ip_plink()
543 udpfd = open(UDP_DEV_NAME, O_RDWR | O_NONBLOCK, 0); in open_udpfd()545 error("Couldn't open UDP device (%s): %m", UDP_DEV_NAME); in open_udpfd()
81 #define UDP_DEV_NAME "/dev/udp" macro