Home
last modified time | relevance | path

Searched defs:_addr (Results 1 – 12 of 12) sorted by relevance

/dragonfly/tools/tools/ath/common/
H A Ddumpregs.h65 #define _DEFREG(_addr, _name, _type) \ argument
67 #define _DEFREGx(_addr, _name, _type, _srevmin, _srevmax) \ argument
70 #define _DEFREGfmt(_addr, _name, _type, _fmt) \ argument
72 #define DEFVOID(_addr, _name) _DEFREG(_addr, _name, 0) argument
73 #define DEFVOIDx(_addr, _name, _smin, _smax) \ argument
75 #define DEFVOIDfmt(_addr, _name, _fmt) \ argument
78 #define DEFBASICfmt(_addr, _name, _fmt) \ argument
80 #define DEFBASICx(_addr, _name, _smin, _smax) \ argument
84 #define DEFINTfmt(_addr, _name, _fmt) \ argument
86 #define DEFQCU(_addr, _name) _DEFREG(_addr, _name, DUMP_QCU) argument
[all …]
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes-siv.c124 const u8 *_addr[6]; in aes_siv_encrypt() local
167 const u8 *_addr[6]; in aes_siv_decrypt() local
H A Dsha384.c31 const u8 *_addr[6]; in hmac_sha384_vector() local
H A Dsha512.c31 const u8 *_addr[6]; in hmac_sha512_vector() local
H A Dsha256.c31 const u8 *_addr[6]; in hmac_sha256_vector() local
H A Dmd5.c31 const u8 *_addr[6]; in hmac_md5_vector() local
H A Dsha1.c31 const u8 *_addr[6]; in hmac_sha1_vector() local
H A Dtls_gnutls.c1303 const u8 *_addr[1]; in tls_connection_verify_peer() local
/dragonfly/sys/netinet/
H A Din_var.h118 INADDR_TO_IFP(const struct in_addr *_addr) in INADDR_TO_IFP()
200 IN_LOOKUP_MULTI(const struct in_addr *_addr, struct ifnet *_ifp) in IN_LOOKUP_MULTI()
/dragonfly/sys/net/
H A Dradix.c1076 rn_walktree_from(struct radix_node_head *h, const void *_addr, in rn_walktree_from()
/dragonfly/sys/netinet6/
H A Din6_var.h555 IN6_LOOKUP_MULTI(const struct in6_addr *_addr, struct ifnet *_ifp) in IN6_LOOKUP_MULTI()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dctrl_iface.c9580 u8 _addr[ETH_ALEN], _mask[ETH_ALEN]; in wpas_ctrl_iface_mac_rand_scan() local