/external/u-boot/drivers/block/ |
D | blkcache.c | 16 int iftype; member 31 static struct block_cache_node *cache_find(int iftype, int devnum, in cache_find() argument 38 if ((node->iftype == iftype) && in cache_find() 53 int blkcache_read(int iftype, int devnum, in blkcache_read() argument 57 struct block_cache_node *node = cache_find(iftype, devnum, start, in blkcache_read() 74 void blkcache_fill(int iftype, int devnum, in blkcache_fill() argument 118 node->iftype = iftype; in blkcache_fill() 128 void blkcache_invalidate(int iftype, int devnum) in blkcache_invalidate() argument 135 if ((node->iftype == iftype) && in blkcache_invalidate()
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 5 ifindex 55, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 17 ifindex 56, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 29 ifindex 57, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 41 ifindex 60, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 53 ifindex 61, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 65 ifindex 62, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 77 ifindex 63, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 91 ifindex 1, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 103 ifindex 2, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) 115 ifindex 3, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex) [all …]
|
/external/u-boot/include/ |
D | blk.h | 127 int blkcache_read(int iftype, int dev, 143 void blkcache_fill(int iftype, int dev, 154 void blkcache_invalidate(int iftype, int dev); 184 static inline int blkcache_read(int iftype, int dev, in blkcache_read() argument 191 static inline void blkcache_fill(int iftype, int dev, in blkcache_fill() argument 195 static inline void blkcache_invalidate(int iftype, int dev) {} in blkcache_invalidate() argument
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_reg_can_beacon/ |
D | format | 15 field:enum nl80211_iftype iftype; offset:60; size:4; signed:0; 18 …cf2: %u, iftype=%d check_no_ir=%s", REC->wiphy_name, REC->band, REC->control_freq, REC->width, REC…
|
/external/iw/ |
D | util.c | 141 const char *iftype_name(enum nl80211_iftype iftype) in iftype_name() argument 143 if (iftype <= NL80211_IFTYPE_MAX && ifmodes[iftype]) in iftype_name() 144 return ifmodes[iftype]; in iftype_name() 145 sprintf(modebuf, "Unknown mode (%d)", iftype); in iftype_name()
|
D | iw.h | 149 const char *iftype_name(enum nl80211_iftype iftype);
|
/external/libpcap/ |
D | pcap-sita.c | 59 uint32_t iftype; /* the type of interface (DLT values) */ member 420 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { in translate_IOP_to_pcap_name() argument 435 iface->iftype = iftype; /* remember the interface type of this interface */ in translate_IOP_to_pcap_name() 448 switch (iftype) { in translate_IOP_to_pcap_name() 458 switch (iftype) { in translate_IOP_to_pcap_name() 468 switch (iftype) { in translate_IOP_to_pcap_name() 851 *linktype = p->iftype; in acn_open_live()
|
/external/libnl/python/examples/ |
D | iface.py | 29 iftype = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_IFTYPE]) 30 print("\ttype %s" % nl80211.nl80211_iftype2str[iftype])
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.h | 103 enum nl80211_iftype iftype; member 234 const char *ifname, enum nl80211_iftype iftype,
|
D | driver_nl80211.c | 4851 enum nl80211_iftype iftype, in nl80211_create_iface_once() argument 4861 iftype, nl80211_iftype_str(iftype)); in nl80211_create_iface_once() 4866 nla_put_u32(msg, NL80211_ATTR_IFTYPE, iftype)) in nl80211_create_iface_once() 4869 if (iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once() 4900 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in nl80211_create_iface_once() 4915 iftype == NL80211_IFTYPE_AP_VLAN || in nl80211_create_iface_once() 4916 iftype == NL80211_IFTYPE_WDS || in nl80211_create_iface_once() 4917 iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once() 4922 if (addr && iftype != NL80211_IFTYPE_MONITOR && in nl80211_create_iface_once() 4933 const char *ifname, enum nl80211_iftype iftype, in nl80211_create_iface() argument [all …]
|
D | driver_nl80211_capa.c | 578 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab() 581 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab()
|
/external/tcpdump/ |
D | print-sflow.c | 237 uint8_t iftype[4]; member 312 EXTRACT_32BITS(sflow_gen_counter->iftype), in print_sflow_counter_generic()
|
/external/scapy/scapy/arch/ |
D | pcapdnet.py | 617 iftype = self.intf.get(iff)["type"] 618 if iftype == dnet.INTF_TYPE_ETH:
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | p2p_supplicant.c | 5504 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local 5608 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect() 5610 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect() 5611 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect() 9020 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local 9022 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled() 9024 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled() 9025 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()
|