Home
last modified time | relevance | path

Searched refs:get_u8 (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/tc/
Dq_mqprio.c46 if (get_u8(&opt.num_tc, *argv, 10)) { in mqprio_parse_opt()
53 if (get_u8(&opt.prio_tc_map[idx], *argv, 10)) { in mqprio_parse_opt()
88 if (get_u8(&opt.hw, *argv, 10)) { in mqprio_parse_opt()
/external/iproute2/include/
Dutils.h83 #define get_byte get_u8
91 extern int get_u8(__u8 *val, const char *arg, int base);
/external/iproute2/lib/
Dinet_proto.c56 if (get_u8(&ret, buf, 10)) in inet_proto_a2n()
Dutils.c188 int get_u8(__u8 *val, const char *arg, int base) in get_u8() function
/external/iproute2/ip/
Dip6tunnel.c157 if (get_u8(&uval, *argv, 0) < -1) in parse_args()
166 if (get_u8(&uval, *argv, 0)) in parse_args()
178 if (get_u8(&uval, *argv, 16)) in parse_args()
Dxfrm_state.c155 if (get_u8(&val, vbuf, 16)) in xfrm_algo_parse()
200 if (get_u8(&val, *argv, 16)) in xfrm_state_flag_parse()
286 if (get_u8(&req.xsinfo.replay_window, *argv, 0)) in xfrm_state_modify()
Dipl2tp.c579 if (get_u8(&uval, *argv, 0)) in parse_args()
585 if (get_u8(&uval, *argv, 0)) in parse_args()
Dxfrm_policy.c155 if (get_u8(&val, *argv, 16)) in xfrm_policy_flag_parse()
Dipxfrm.c1170 if (get_u8(&upspec, *argv, 0)) in xfrm_selector_upspec_parse()