Searched defs:udp6fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3115 int udp6fd; local
3117 udp6fd = open(UDP6_DEV_NAME, O_RDWR | O_NONBLOCK, 0);
3118 if (udp6fd < 0) {
3121 return (udp6fd);
3133 int udp6fd = -1, tmpfd; local
3144 if (use_plink && (udp6fd = open_udp6fd()) == -1)
3149 if (udp6fd != -1)
3150 (void) close(udp6fd);
3182 ip6muxid = myioctl(udp6fd, I_PLINK, (void *)tmpfd);
3201 if (udp6fd !
3221 int udp6fd = -1, fd = -1; local
[all...]

Completed in 50 milliseconds