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

12 3 4

  /external/iproute2/ip/
iplink_vlan.c 67 if (get_u32(&m.from, *argv, 0))
69 if (get_u32(&m.to, colon + 1, 0))
iplink_vxlan.c 84 if (get_u32(&vni, *argv, 0) ||
150 else if (get_u32(&age, *argv, 0))
156 else if (get_u32(&maxaddr, *argv, 0))
iplink_bridge_slave.c 138 if (get_u32(&cost, *argv, 0))
iplink_geneve.c 48 if (get_u32(&vni, *argv, 0) ||
iprule.c 373 if (get_u32(&pref, *argv, 0))
389 if (get_u32(&fwmark, *argv, 0))
393 if (get_u32(&fwmask, slash+1, 0))
463 if (get_u32(&target, *argv, 0))
xfrm_policy.c 301 if (get_u32(&req.xpinfo.index, *argv, 0))
320 if (get_u32(&req.xpinfo.priority, *argv, 0))
612 if (get_u32(&req.xpid.index, *argv, 0))
787 if (get_u32(&filter.xpinfo.index, *argv, 0))
811 if (get_u32(&filter.xpinfo.priority, *argv, 0))
ipaddrlabel.c 164 if (get_u32(&label, *argv, 0) || label == 0xffffffffUL)
ipl2tp.c 530 if (get_u32(&uval, *argv, 0))
537 if (get_u32(&uval, *argv, 0))
544 if (get_u32(&uval, *argv, 0))
551 if (get_u32(&uval, *argv, 0))
  /external/iproute2/tc/
m_mirred.c 91 if (get_u32(&p.index, *argv, 10)) {
188 if (get_u32(&p.index, *argv, 10)) {
f_bpf.c 78 if (get_u32(&t->tcm_handle, handle, 0)) {
m_bpf.c 134 if (get_u32(&parm.index, *argv, 10)) {
m_csum.c 155 if (get_u32(&sel.index, *argv, 10)) {
m_gact.c 176 if (get_u32(&p.index, *argv, 10)) {
m_nat.c 148 if (get_u32(&sel.index, *argv, 10)) {
m_vlan.c 131 if (get_u32(&parm.index, *argv, 10)) {
q_cbq.c 220 if (get_u32(&lss.minidle, *argv, 0)) {
227 if (get_u32(&minburst, *argv, 0)) {
234 if (get_u32(&maxburst, *argv, 0)) {
281 if (get_u32(&prio, *argv, 0)) {
tc_filter.c 118 if (get_u32(&prio, *argv, 0) || prio > 0xFFFF)
335 if (get_u32(&prio, *argv, 0))
q_netem.c 379 if (get_u32(&opt.gap, *argv, 0)) {
420 if (get_u32(&rate.cell_size, *argv, 0)) {
  /external/libnl/tests/
test-u32-filter-with-actions.c 31 static int get_u32(__u32 *val, const char *arg, int base) function
52 return get_u32(handle, str, 16);
test-complex-HTB-with-hash-filters.c 32 int get_u32(__u32 *val, const char *arg, int base) function
53 return get_u32(handle, str, 16);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 491 vendor_id = event.get_u32(NL80211_ATTR_VENDOR_ID);
492 subcmd = event.get_u32(NL80211_ATTR_VENDOR_SUBCMD);
961 *mVersion = it.get_u32();
964 *mMaxLen = it.get_u32();
    [all...]
wifi_logger.cpp 334 unsigned int num_rings = it.get_u32();
679 mBuffSize = it.get_u32();
685 mErrCode = it.get_u32();
829 mBuffSize = it.get_u32();
    [all...]
  /external/iproute2/include/
utils.h 109 int get_u32(__u32 *val, const char *arg, int base);
  /external/openssh/
gss-serv.c 257 name->length = get_u32(tok+offset);
ssh-pkcs11-client.c 74 len = get_u32(buf);

Completed in 375 milliseconds

12 3 4