HomeSort by relevance Sort by last modified time
    Searched refs:get_u8 (Results 1 - 25 of 25) sorted by null

  /external/iproute2/tc/
q_mqprio.c 46 if (get_u8(&opt.num_tc, *argv, 10)) {
53 if (get_u8(&opt.prio_tc_map[idx], *argv, 10)) {
88 if (get_u8(&opt.hw, *argv, 10)) {
f_flower.c 78 ret = get_u8(&ip_proto, str, 16);
  /external/iproute2/lib/
inet_proto.c 57 if (get_u8(&ret, buf, 10))
utils.c 274 int get_u8(__u8 *val, const char *arg, int base) function
  /external/iproute2/ip/
link_ip6tnl.c 184 if (get_u8(&uval, *argv, 0))
193 if (get_u8(&uval, *argv, 0) < -1)
208 if (get_u8(&uval, *argv, 16))
ipfou.c 70 else if (get_u8(&ipproto, *argv, 0) || ipproto == 0)
iplink_bond.c 203 if (get_u8(&use_carrier, *argv, 0))
277 if (get_u8(&num_peer_notif, *argv, 0))
285 if (get_u8(&all_slaves_active, *argv, 0))
349 if (get_u8(&tlb_dynamic_lb, *argv, 0)) {
iplink_bridge.c 90 if (get_u8(&vlan_filter, *argv, 0)) {
iplink_hsr.c 53 if (get_u8(&multicast_spec, *argv, 0))
ip6tunnel.c 187 if (get_u8(&uval, *argv, 0) < -1)
197 if (get_u8(&uval, *argv, 0))
210 if (get_u8(&uval, *argv, 16))
iplink_bridge_slave.c 128 if (get_u8(&state, *argv, 0))
iproute_lwtunnel.c 232 if (get_u8(&ttl, *argv, 0))
305 if (get_u8(&hoplimit, *argv, 0))
xfrm_policy.c 151 if (get_u8(&val, *argv, 16))
1033 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 32)
1036 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 32)
1048 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 128)
1051 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 128)
link_gre6.c 242 if (get_u8(&uval, *argv, 0))
253 if (get_u8(&uval, *argv, 16))
link_iptnl.c 192 if (get_u8(&ttl, *argv, 0))
ipl2tp.c 569 if (get_u8(&uval, *argv, 0))
575 if (get_u8(&uval, *argv, 0))
iptunnel.c 152 if (get_u8(&uval, *argv, 0))
xfrm_state.c 153 if (get_u8(&val, vbuf, 16))
198 if (get_u8(&val, *argv, 16))
    [all...]
ipxfrm.c 1245 if (get_u8(&upspec, *argv, 0))
    [all...]
iproute.c     [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 80 uint8_t get_u8(int attribute) { function in class:WifiEvent
128 uint8_t get_u8() { function in class:nl_iterator
223 u8 get_u8(const struct nlattr *nla) function in class:WifiRequest
430 virtual u8 get_u8(const struct nlattr *nla);
cpp_bindings.cpp 876 u8 WifiVendorCommand::get_u8(const struct nlattr *nla) function in class:WifiVendorCommand
878 return mMsg.get_u8(nla);
  /external/iproute2/include/
utils.h 105 #define get_byte get_u8
113 int get_u8(__u8 *val, const char *arg, int base);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 63 uint8_t get_u8(int attribute) { function in class:WifiEvent
111 uint8_t get_u8() { function in class:nl_iterator
gscan.cpp 338 result->rssi = it2.get_u8();
919 mCompleted = it.get_u8();
928 flags = it2.get_u8();
    [all...]

Completed in 533 milliseconds