Searched refs:family (Results 1 – 9 of 9) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 164 WifiRequest(int family) { in WifiRequest() argument 166 mFamily = family; in WifiRequest() 170 WifiRequest(int family, int iface) { in WifiRequest() argument 172 mFamily = family; in WifiRequest() 192 int create(int family, uint8_t cmd, int flags, int hdrlen);
|
D | cpp_bindings.cpp | 568 int WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create() argument 574 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family, in create()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.h | 158 WifiRequest(int family) { in WifiRequest() argument 160 mFamily = family; in WifiRequest() 164 WifiRequest(int family, int iface) { in WifiRequest() argument 166 mFamily = family; in WifiRequest() 186 wifi_error create(int family, uint8_t cmd, int flags, int hdrlen);
|
D | cpp_bindings.cpp | 546 wifi_error WifiRequest::create(int family, uint8_t cmd, int flags, int hdrlen) { in create() argument 552 genlmsg_put(mMsg, /* pid = */ 0, /* seq = */ 0, family, in create()
|
D | wifi_hal.cpp | 1057 static int validate_cld80211_msg(nlmsghdr *nlh, int family, int cmd) in validate_cld80211_msg() argument 1085 static int validate_genl_msg(nlmsghdr *nlh, int family, int cmd) in validate_genl_msg() argument
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_ipc.h | 55 unsigned short family; member
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipc.h | 43 unsigned short family; member
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 181 vec<uint8_t> sourceAddress; // source address with type = family, in network 185 vec<uint8_t> destinationAddress; // destination address with type = family, in network
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | IOffloadControl.hal | 170 * The prefix may be an IPv4 or an IPv6 address to signify which family can be offloaded from the
|