HomeSort by relevance Sort by last modified time
    Searched refs:ifn (Results 1 - 19 of 19) 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)
  /system/netd/server/
BandwidthController.cpp 507 int BandwidthController::prepCostlyIface(const char *ifn, QuotaType quotaType) {
518 costString += ifn;
547 snprintf(cmd, sizeof(cmd), "-D bw_INPUT -i %s --jump %s", ifn, costCString);
550 snprintf(cmd, sizeof(cmd), "-I bw_INPUT %d -i %s --jump %s", ruleInsertPos, ifn, costCString);
553 snprintf(cmd, sizeof(cmd), "-D bw_OUTPUT -o %s --jump %s", ifn, costCString);
556 snprintf(cmd, sizeof(cmd), "-I bw_OUTPUT %d -o %s --jump %s", ruleInsertPos, ifn, costCString);
561 int BandwidthController::cleanupCostlyIface(const char *ifn, QuotaType quotaType) {
570 costString += ifn;
581 snprintf(cmd, sizeof(cmd), "-D bw_INPUT -i %s --jump %s", ifn, costCString);
583 snprintf(cmd, sizeof(cmd), "-D bw_OUTPUT -o %s --jump %s", ifn, costCString)
597 char ifn[MAX_IFACENAME_LEN]; local
666 char ifn[MAX_IFACENAME_LEN]; local
706 char ifn[MAX_IFACENAME_LEN]; local
803 char ifn[MAX_IFACENAME_LEN]; local
    [all...]
BandwidthController.h 104 QuotaInfo(std::string ifn, int64_t q, int64_t a)
105 : ifaceName(ifn), quota(q), alert(a) {};
130 int prepCostlyIface(const char *ifn, QuotaType quotaType);
131 int cleanupCostlyIface(const char *ifn, QuotaType quotaType);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_bsd_addr.c 71 MALLOC_DEFINE(SCTP_M_IFN, "sctp_ifn", "sctp ifn struct");
253 sctp_is_desired_interface_type(struct ifnet *ifn)
259 switch(ifnet_type(ifn)) {
261 switch (ifn->if_type) {
303 sctp_is_vmware_interface(struct ifnet *ifn)
305 return (strncmp(ifnet_name(ifn), "vmnet", 5) == 0);
499 * IFN we access and also make sure we lock
506 struct ifnet *ifn; local
517 ifn = ifnetlist[i];
518 if (SCTP_BASE_SYSCTL(sctp_ignore_vmware_interfaces) && sctp_is_vmware_interface(ifn)) {
582 struct ifnet *ifn; local
760 struct ifnet *ifn; local
    [all...]
sctp_os_userspace.h 253 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
257 * Access to IFN's to help with src-addr-selection
666 #define SCTP_IFN_IS_IFT_LOOP(ifn) (strncmp((ifn)->ifn_name, "lo", 2) == 0)
673 * Access to IFN's to help with src-addr-selection
906 #define SCTP_GATHER_MTU_FROM_IFN_INFO(ifn, ifn_index, af) sctp_userspace_get_mtu_from_ifn(ifn_index, af)
    [all...]
sctp_pcb.h 82 uint32_t ifn_index; /* shorthand way to look at ifn for reference */
95 * that it is pulled from the ifn list
106 struct sctp_ifn *ifn_p; /* back pointer to parent ifn */
698 sctp_find_ifn(void *ifn, uint32_t ifn_index);
707 * changes to IFA/IFN's (link layer triggers).
708 * If a ifn goes down, we will do src-addr-selection
718 void *ifn, uint32_t ifn_index, uint32_t ifn_type,
sctp_pcb.c 173 * to a VRF we lookup the ifn/ifn_index, if the ifn does
174 * not exist we create it and add it to the list of IFN's
179 * vrf-> ifn-> ifn -> ifn
193 * that any locking on system level ifn/ifa is done at the
263 sctp_find_ifn(void *ifn, uint32_t ifn_index)
276 if (sctp_ifnp->ifn_p && ifn && (sctp_ifnp->ifn_p == ifn)) {
6863 struct sctp_ifn *ifn, *nifn; local
    [all...]
sctp_asconf.c 951 sctp_asconf_nets_cleanup(struct sctp_tcb *stcb, struct sctp_ifn *ifn)
958 * to know whether the newly added address on the ifn would cause a
962 * ifn (and cached source addrs) and let output re-choose them during
973 ((ifn == NULL) ||
974 (SCTP_GET_IF_INDEX_FROM_ROUTE(&net->ro) != ifn->ifn_index))) {
    [all...]
sctp_output.c 2517 void *ifn; local
2654 void *ifn; local
3046 void *ifn; local
    [all...]
  /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);
  /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/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/okhttp/website/static/
prettify.js 10 q,"'\"`"]):d.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&g.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var b=a.hashComments;b&&(a.cStyleComments?(b>1?d.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):d.push(["com",/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),g.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,q])):d.push(["com",
  /external/chromium_org/third_party/polymer/components-chromium/core-component-page/
core-component-page-extracted.js     [all...]

Completed in 2517 milliseconds