HomeSort by relevance Sort by last modified time
    Searched defs:ifn (Results 1 - 10 of 10) sorted by null

  /external/libpcap/
fad-glifc.c 83 struct lifnum ifn; local
119 ifn.lifn_family = AF_UNSPEC;
120 ifn.lifn_flags = 0;
121 ifn.lifn_count = 0;
122 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
133 buf_size = ifn.lifn_count * sizeof (struct lifreq);
  /external/dhcpcd-6.8.2/
arp.c 125 const struct interface *ifn; local
171 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
172 if (ar.ar_hln == ifn->hwlen &&
173 memcmp(hw_s, ifn->hwaddr, ifn->hwlen) == 0)
176 if (ifn)
if.c 261 char ifn[IF_NAMESIZE]; local
330 strlcpy(ifn, argv[i], intf_len + 1);
334 p = strchr(ifn, ':');
338 if (strcmp(ifn, ifa->ifa_name) == 0)
344 strlcpy(ifn, ifa->ifa_name, sizeof(ifn));
354 p = ifn;
dhcpcd.c 702 struct interface *ifn; local
705 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
706 if (ifn == ifp)
708 if (ifn->options->options & DHCPCD_PFXDLGONLY)
710 if (memcmp(ifn->options->iaid, iaid,
711 sizeof(ifn->options->iaid)) == 0)
713 for (i = 0; i < ifn->options->ia_len; i++) {
714 if (memcmp(&ifn->options->ia[i].iaid, iaid,
715 sizeof(ifn->options->ia[i].iaid)) == 0)
721 if (ifn && strcmp(ifp->name, ifn->name)
945 struct interface *ifp, *iff, *ifn; local
1126 struct interface *ifn, *ifp; local
1448 char ifn[IF_NAMESIZE]; local
    [all...]
if-linux.c 741 char ifn[IF_NAMESIZE + 1]; local
767 *ifn = '\0';
779 strlcpy(ifn, RTA_DATA(rta), sizeof(ifn));
789 dhcpcd_handleinterface(ctx, -1, ifn);
798 dhcpcd_handleinterface(ctx, -1, ifn);
803 if (handle_rename(ctx, (unsigned int)ifi->ifi_index, ifn))
807 if ((ifp = if_find(ctx->ifaces, ifn)) == NULL) {
811 dhcpcd_handleinterface(ctx, 1, ifn);
821 dhcpcd_handlehwaddr(ctx, ifn, RTA_DATA(hwaddr), l)
    [all...]
dhcp6.c 2583 struct interface *ifn; local
3197 struct interface *ifn; local
    [all...]
  /external/toybox/toys/pending/
brctl.c 80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE]; local
101 if (!if_indextoname(pindices[j], ifn)) {
106 printf("%s", ifn);
  /system/netd/server/
BandwidthController.cpp 466 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) {
477 costString += ifn;
506 snprintf(cmd, sizeof(cmd), "-D bw_INPUT -i %s --jump %s", ifn, costCString);
509 snprintf(cmd, sizeof(cmd), "-I bw_INPUT %d -i %s --jump %s", ruleInsertPos, ifn, costCString);
512 snprintf(cmd, sizeof(cmd), "-D bw_OUTPUT -o %s --jump %s", ifn, costCString);
515 snprintf(cmd, sizeof(cmd), "-I bw_OUTPUT %d -o %s --jump %s", ruleInsertPos, ifn, costCString);
518 snprintf(cmd, sizeof(cmd), "-D bw_FORWARD -o %s --jump %s", ifn, costCString);
520 snprintf(cmd, sizeof(cmd), "-A bw_FORWARD -o %s --jump %s", ifn, costCString);
526 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) {
535 costString += ifn;
564 char ifn[MAX_IFACENAME_LEN]; local
633 char ifn[MAX_IFACENAME_LEN]; local
673 char ifn[MAX_IFACENAME_LEN]; local
770 char ifn[MAX_IFACENAME_LEN]; local
    [all...]
  /external/blktrace/
blktrace.c 240 * ifn & ifd represent input information
265 char ifn[MAXPATHLEN + 64]; member in struct:io_info
1432 static inline void read_err(int cpu, char *ifn)
1436 cpu, ifn, errno, strerror(errno));
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 327 milliseconds