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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c541 int udpfd; local
543 udpfd = open(UDP_DEV_NAME, O_RDWR | O_NONBLOCK, 0);
544 if (udpfd < 0) {
547 return (udpfd);
559 int udpfd = -1, tmpfd; local
570 if (use_plink && (udpfd = open_udpfd()) == -1)
575 if (udpfd != -1)
576 (void) close(udpfd);
609 ipmuxid = myioctl(udpfd, I_PLINK, (void *)tmpfd);
629 if (udpfd !
649 int udpfd = -1, fd = -1; local
[all...]

Completed in 48 milliseconds