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

  /external/dhcpcd/
if-pref.c 79 struct interface *sorted, *ifp, *ifn, *ift; local
86 for (ifp = ifaces; ifp && (ifn = ifp->next, 1); ifp = ifn) {
if-linux.c 235 char ifn[IF_NAMESIZE + 1]; local
271 if (if_indextoname(idx, ifn))
272 rt.iface = find_interface(ifn);
296 char ifn[IF_NAMESIZE + 1]; local
310 if (if_indextoname(ifa->ifa_index, ifn) == NULL)
312 iface = find_interface(ifn);
335 handle_ifa(nlm->nlmsg_type, ifn, &addr, &net, &dest);
345 char ifn[IF_NAMESIZE + 1]; local
366 *ifn = '\0';
376 strlcpy(ifn, RTA_DATA(rta), sizeof(ifn))
    [all...]
dhcpcd.c 1299 struct interface *ifs, *ifp, *ifn, *ifl = NULL; local
1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
    [all...]
net.c 339 char ifn[IF_NAMESIZE]; local
382 strlcpy(ifn, argv[i], sizeof(ifn));
383 p = strchr(ifn, ':');
386 if (strcmp(ifn, ifa->ifa_name) == 0)
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 92 int ifn(); char kfn();
98 int f = me.f(ifn, kfn);
99 int g = me.g(ifn, kfn);
  /system/netd/
BandwidthController.cpp 504 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) {
515 costString += ifn;
544 snprintf(cmd, sizeof(cmd), "-D bw_INPUT -i %s --jump %s", ifn, costCString);
547 snprintf(cmd, sizeof(cmd), "-I bw_INPUT %d -i %s --jump %s", ruleInsertPos, ifn, costCString);
550 snprintf(cmd, sizeof(cmd), "-D bw_OUTPUT -o %s --jump %s", ifn, costCString);
553 snprintf(cmd, sizeof(cmd), "-I bw_OUTPUT %d -o %s --jump %s", ruleInsertPos, ifn, costCString);
558 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) {
567 costString += ifn;
578 snprintf(cmd, sizeof(cmd), "-D bw_INPUT -i %s --jump %s", ifn, costCString);
580 snprintf(cmd, sizeof(cmd), "-D bw_OUTPUT -o %s --jump %s", ifn, costCString)
595 char ifn[MAX_IFACENAME_LEN]; local
662 char ifn[MAX_IFACENAME_LEN]; local
700 char ifn[MAX_IFACENAME_LEN]; local
791 char ifn[MAX_IFACENAME_LEN]; local
    [all...]
BandwidthController.h 103 QuotaInfo(std::string ifn, int64_t q, int64_t a)
104 : ifaceName(ifn), quota(q), alert(a) {};
129 int prepCostlyIface(const char *ifn, QuotaType quotaType);
130 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
  /external/libpcap/
fad-glifc.c 88 struct lifnum ifn; local
124 ifn.lifn_family = AF_UNSPEC;
125 ifn.lifn_flags = 0;
126 ifn.lifn_count = 0;
127 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
138 buf_size = ifn.lifn_count * sizeof (struct lifreq);
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
patch_functions.cc 510 for (int ifn = 0; ifn < kNumFunctions; ifn++) {
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
515 windows_fn_[ifn] = NULL;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
patch_functions.cc 510 for (int ifn = 0; ifn < kNumFunctions; ifn++) {
514 this->windows_fn(ifn) == g_module_libcs[imod]->windows_fn(ifn)) {
515 windows_fn_[ifn] = NULL;
    [all...]
  /external/chromium_org/third_party/usrsctp/overrides/usrsctplib/netinet/
sctp_os_userspace.h 243 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
247 * Access to IFN's to help with src-addr-selection
641 #define SCTP_IFN_IS_IFT_LOOP(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0)
648 * Access to IFN's to help with src-addr-selection
881 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, af) sctp_userspace_get_mtu_from_ifn(ifn_index, af)
    [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...]
  /external/openssh/
channels.c 743 channel_register_filter(int id, channel_infilter_fn *ifn,
752 c->input_filter = ifn;
    [all...]

Completed in 323 milliseconds