Searched refs:ipfd (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 136 static int ipfd = -1; /* IPv4 fd */ variable 296 ipfd = open(IP_DEV_NAME, O_RDWR | O_NONBLOCK, 0); in open_ipfd() 297 if (ipfd < 0) { in open_ipfd() 300 return (ipfd); in open_ipfd() 309 if (ipfd == -1 && open_ipfd() == -1) in read_ip_interface() 316 if (myioctl(ipfd, SIOCGIFMTU, &ifr) < 0) { in read_ip_interface() 329 if (myioctl(ipfd, SIOCGIFADDR, &ifr) < 0) { in read_ip_interface() 342 if (myioctl(ipfd, SIOCGIFDSTADDR, &ifr) < 0) { in read_ip_interface() 562 if (ipfd == -1 && open_ipfd() == -1) in plumb_ipif() 609 ipmuxid = myioctl(ipfd, I_LINK, (void *)tmpfd); in plumb_ipif() [all …]
|
/illumos-gate/usr/src/cmd/ipf/svc/ |
H A D | Makefile | 26 PROG= svc.ipfd 27 SRCS = ipfd.c
|
H A D | ipfilter | 206 /lib/svc/bin/svc.ipfd
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1343 int ipfd, nroutes, flags, r; in sync_kern() local 1362 ipfd = open(IP_DEV_NAME, O_RDWR); in sync_kern() 1363 if (ipfd == -1) { in sync_kern() 1380 if (putmsg(ipfd, &cbuf, NULL, 0) == -1) { in sync_kern() 1391 r = getmsg(ipfd, &cbuf, &dbuf, &flags); in sync_kern() 1413 r = getmsg(ipfd, NULL, &dbuf, &flags); in sync_kern() 1533 r = getmsg(ipfd, NULL, &dbuf, &flags); in sync_kern() 1537 if (ipfd != -1) in sync_kern() 1538 (void) close(ipfd); in sync_kern()
|
/illumos-gate/usr/src/man/man8/ |
H A D | Makefile | 457 svc.ipfd.8 \
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man8.inc | 248 file path=usr/share/man/man8/svc.ipfd.8
|
H A D | SUNWcs.p5m | 312 file path=lib/svc/bin/svc.ipfd group=sys mode=0555
|