HomeSort by relevance Sort by last modified time
    Searched refs:get_u8 (Results 1 - 9 of 9) 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);
  /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))

Completed in 39 milliseconds