/external/libpcap/config/ |
have_siocglifconf.c | 5 ioctl(0, SIOCGLIFCONF, (char *)0);
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/ |
defs_solaris.go | 49 sysSIOCGLIFCONF = C.SIOCGLIFCONF
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/ |
defs_solaris.go | 49 sysSIOCGLIFCONF = C.SIOCGLIFCONF
|
/external/valgrind/memcheck/tests/solaris/ |
ioctl.c | 67 if (ioctl(fd, SIOCGLIFCONF, &lifc) < 0) 68 perror("ioctl(SIOCGLIFCONF)");
|
scalar_ioctl.stderr.exp | 691 54: SYS_ioctl (SIOCGLIFCONF), 3s 4m 702 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_len) points to unaddressable byte(s) 706 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_buf) points to unaddressable byte(s) 710 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_family) points to unaddressable byte(s) 714 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_flags) points to unaddressable byte(s) 719 54: SYS_ioctl (SIOCGLIFCONF), 7s 0m 730 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_len) points to uninitialised byte(s) 734 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_buf) points to uninitialised byte(s) 738 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_family) points to uninitialised byte(s) 742 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_flags) points to uninitialised byte(s [all...] |
scalar_ioctl.c | 372 GO(SYS_ioctl, "(SIOCGLIFCONF), 3s 4m"); 373 SY(SYS_ioctl, x0 - 1, x0 + SIOCGLIFCONF, x0 - 1); FAIL; 387 GO(SYS_ioctl, "(SIOCGLIFCONF), 7s 0m"); 388 SY(SYS_ioctl, x0 - 1, x0 + SIOCGLIFCONF, &lifc + x0); FAIL;
|
/external/libpcap/ |
fad-glifc.c | 73 * This is the implementation used on platforms that have SIOCGLIFCONF 75 * SIOCGLIFCONF rather than SIOCGIFCONF in order to get IPv6 addresses.) 118 * How many entries will SIOCGLIFCONF return? 152 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) { 154 "SIOCGLIFCONF: %s", pcap_strerror(errno));
|
configure | [all...] |
/external/valgrind/include/vki/ |
vki-solaris.h | [all...] |
/external/ppp/pppd/ |
sys-solaris.c | 332 if (ioctl(fd, SIOCGLIFCONF, &lifc) < 0) { 335 error("SIOCGLIFCONF: %m"); [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zerrors_solaris_amd64.go | 791 SIOCGLIFCONF = -0x3fef965b [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
zerrors_solaris_amd64.go | 791 SIOCGLIFCONF = -0x3fef965b [all...] |