/external/valgrind/memcheck/tests/solaris/ |
ioctl.c | 67 if (ioctl(fd, SIOCGLIFCONF, &lifc) < 0) 68 perror("ioctl(SIOCGLIFCONF)");
|
scalar_ioctl.stderr.exp | 603 54: SYS_ioctl (SIOCGLIFCONF), 3s 4m 614 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_len) points to unaddressable byte(s) 618 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_buf) points to unaddressable byte(s) 622 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_family) points to unaddressable byte(s) 626 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_flags) points to unaddressable byte(s) 631 54: SYS_ioctl (SIOCGLIFCONF), 7s 0m 642 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_len) points to uninitialised byte(s) 646 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_buf) points to uninitialised byte(s) 650 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_family) points to uninitialised byte(s) 654 Syscall param ioctl(SIOCGLIFCONF, lifconf->lifc_flags) points to uninitialised byte(s [all...] |
scalar_ioctl.c | 316 GO(SYS_ioctl, "(SIOCGLIFCONF), 3s 4m"); 317 SY(SYS_ioctl, x0 - 1, x0 + SIOCGLIFCONF, x0 - 1); FAIL; 331 GO(SYS_ioctl, "(SIOCGLIFCONF), 7s 0m"); 332 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.) 117 * How many entries will SIOCGLIFCONF return? 151 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) { 153 "SIOCGLIFCONF: %s", pcap_strerror(errno));
|
configure | [all...] |
/external/avahi/avahi-core/ |
iface-pfroute.c | 524 if(ioctl(sockfd, SIOCGLIFCONF, &lifc) < 0) { 525 avahi_log_error(__FILE__": ioctl(SIOCGLIFCONF): %s", strerror(errno));
|
/external/valgrind/include/vki/ |
vki-solaris.h | 1096 #define VKI_SIOCGLIFCONF SIOCGLIFCONF [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...] |