Home
last modified time | relevance | path

Searched refs:SIOCGLIFFLAGS (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dsys-solaris.c352 if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) { in get_first_ethernet()
507 ret = ioctl(fd, SIOCGLIFFLAGS, &lifr);
822 if (ioctl(ip6fd, SIOCGLIFFLAGS, &lifr) < 0) { in sys_cleanup()
1848 if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
1881 if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
1888 if (ioctl(fd, SIOCGLIFFLAGS, &lifr) < 0) {
/external/libpcap/
Dfad-glifc.c198 if (ioctl(fd, SIOCGLIFFLAGS, (char *)&ifrflags) < 0) { in pcap_findalldevs_interfaces()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go844 SIOCGLIFFLAGS = -0x3f87968b const