HomeSort by relevance Sort by last modified time
    Searched refs:get_u32 (Results 51 - 75 of 78) sorted by null

1 23 4

  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 516 mCompleted = it.get_u32();
532 result_cnt = it2.get_u32();
gscan.cpp 286 num_channels_to_copy = it.get_u32();
667 evt_type = (wifi_scan_event) event.get_u32(NL80211_ATTR_VENDOR_DATA);
925 scan_id = it2.get_u32();
931 num = it2.get_u32();
934 scan_ch_bucket_mask = it2.get_u32();
    [all...]
  /external/iproute2/ip/
ipxfrm.c 662 if (get_u32(&mark->v, *argv, 0)) {
674 if (get_u32(&mark->m, *argv, 0)) {
1119 if (get_u32(&spi, *argv, 0))
1211 if (get_u32(reqid, *argv, 0))
    [all...]
link_ip6tnl.c 221 if (get_u32(&uval, *argv, 16))
ip6tunnel.c 223 if (get_u32(&uval, *argv, 16))
link_gre6.c 265 if (get_u32(&uval, *argv, 16))
iproute.c 910 if (get_u32(&expires, *argv, 0))
920 if (get_u32(&metric, *argv, 0))
    [all...]
  /external/iproute2/tc/
m_police.c 154 if (get_u32(&p.index, *argv, 10)) {
m_xt.c 211 if (get_u32(&index, argv[optind + 1], 10)) {
m_xt_old.c 280 if (get_u32(&index, argv[optind + 1], 10)) {
tc.c 100 if (get_u32(&handle, fhandle, 16)) {
f_flower.c 172 ret = get_u32(&t->tcm_handle, handle, 0);
m_action.c 461 if (get_u32(&i, *argv, 10)) {
m_ipt.c 463 if (get_u32(&index, argv[optind + 1], 10)) {
  /external/openssh/
ssh-pkcs11-helper.c 223 msg_len = get_u32(cp);
authfd.c 148 len = get_u32(buf);
cipher.c 519 *plenp = get_u32(cp);
sftp-server.c 349 val = get_u32(handle);
    [all...]
misc.c 849 get_u32(const void *vp) function
monitor_wrap.c 159 msg_len = get_u32(buf);
umac.c 137 #define LOAD_UINT32_REVERSED(p) get_u32(p)
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.cpp 886 u32 WifiVendorCommand::get_u32(const struct nlattr *nla) function in class:WifiVendorCommand
888 return mMsg.get_u32(nla);
wifi_hal.cpp 889 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
890 subcmd = event.get_u32(NL80211_ATTR_VENDOR_SUBCMD);
    [all...]
gscan_event_handler.cpp     [all...]
  /external/iproute2/lib/
utils.c 225 int get_u32(__u32 *val, const char *arg, int base) function

Completed in 782 milliseconds

1 23 4