Searched refs:SIOCGLIFFLAGS (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | sys-solaris.c | 352 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/ |
D | fad-glifc.c | 198 if (ioctl(fd, SIOCGLIFFLAGS, (char *)&ifrflags) < 0) { in pcap_findalldevs_interfaces()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 844 SIOCGLIFFLAGS = -0x3f87968b const
|