HomeSort by relevance Sort by last modified time
    Searched refs:get_u8 (Results 1 - 12 of 12) 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)) {
  /external/iproute2/lib/
inet_proto.c 56 if (get_u8(&ret, buf, 10))
utils.c 188 int get_u8(__u8 *val, const char *arg, int base) function
  /external/iproute2/include/
utils.h 83 #define get_byte get_u8
91 extern 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 261 result->rssi = it2.get_u8();
874 mCompleted = it.get_u8();
882 flags = it.get_u8();
    [all...]
  /external/iproute2/ip/
ip6tunnel.c 157 if (get_u8(&uval, *argv, 0) < -1)
166 if (get_u8(&uval, *argv, 0))
178 if (get_u8(&uval, *argv, 16))
xfrm_state.c 155 if (get_u8(&val, vbuf, 16))
200 if (get_u8(&val, *argv, 16))
286 if (get_u8(&req.xsinfo.replay_window, *argv, 0))
ipl2tp.c 579 if (get_u8(&uval, *argv, 0))
585 if (get_u8(&uval, *argv, 0))
xfrm_policy.c 155 if (get_u8(&val, *argv, 16))
ipxfrm.c 1170 if (get_u8(&upspec, *argv, 0))
  /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

Completed in 382 milliseconds