Searched refs:ipfd (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 142 static int ipfd = -1; /* IPv4 fd */ variable 302 ipfd = open(IP_DEV_NAME, O_RDWR | O_NONBLOCK, 0); in open_ipfd() 303 if (ipfd < 0) { in open_ipfd() 306 return (ipfd); in open_ipfd() 315 if (ipfd == -1 && open_ipfd() == -1) in read_ip_interface() 322 if (myioctl(ipfd, SIOCGIFMTU, &ifr) < 0) { in read_ip_interface() 335 if (myioctl(ipfd, SIOCGIFADDR, &ifr) < 0) { in read_ip_interface() 348 if (myioctl(ipfd, SIOCGIFDSTADDR, &ifr) < 0) { in read_ip_interface() 568 if (ipfd == -1 && open_ipfd() == -1) in plumb_ipif() 615 ipmuxid = myioctl(ipfd, I_LINK, (void *)tmpfd); in plumb_ipif() [all …]
|
/titanic_41/usr/src/cmd/ipf/svc/ |
H A D | Makefile | 26 PROG= svc.ipfd 27 SRCS = ipfd.c
|
H A D | ipfilter | 200 /lib/svc/bin/svc.ipfd
|
/titanic_41/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() 1534 r = getmsg(ipfd, NULL, &dbuf, &flags); in sync_kern() 1538 if (ipfd != -1) in sync_kern() 1539 (void) close(ipfd); in sync_kern()
|
/titanic_41/usr/src/man/man1m/ |
H A D | Makefile | 504 svc.ipfd.1m \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | SUNWcs.man1m.inc | 239 file path=usr/share/man/man1m/svc.ipfd.1m
|
H A D | SUNWcs.mf | 482 file path=lib/svc/bin/svc.ipfd group=sys mode=0555
|
/titanic_41/ |
H A D | .gitignore | 1443 usr/src/cmd/ipf/svc/svc.ipfd
|