HomeSort by relevance Sort by last modified time
    Searched refs:numifs (Results 1 - 2 of 2) sorted by null

  /external/iputils/
rdisc.c 1109 int numifs; local
1118 if (ioctl(sock, SIOCGIFNUM, (char *)&numifs) < 0) {
1119 numifs = MAXIFS;
1122 numifs = MAXIFS;
1124 bufsize = numifs * sizeof(struct ifreq);
1133 interfaces = (struct interface *)ALLIGN(malloc(numifs *
1141 interfaces_size = numifs;
    [all...]
  /libcore/ojluni/src/main/native/
net_util_md.c 407 struct lifnum numifs; local
409 numifs.lifn_family = AF_INET6;
410 numifs.lifn_flags = 0;
411 if (ioctl(fd, SIOCGLIFNUM, (char *)&numifs) < 0) {
425 if (numifs.lifn_count == 0) {
    [all...]

Completed in 59 milliseconds