/external/iproute2/tc/ |
D | q_mqprio.c | 46 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()
|
D | f_flower.c | 78 ret = get_u8(&ip_proto, str, 16); in flower_parse_ip_proto()
|
/external/iproute2/ip/ |
D | iplink_bond.c | 203 if (get_u8(&use_carrier, *argv, 0)) in bond_parse_opt() 277 if (get_u8(&num_peer_notif, *argv, 0)) in bond_parse_opt() 285 if (get_u8(&all_slaves_active, *argv, 0)) in bond_parse_opt() 349 if (get_u8(&tlb_dynamic_lb, *argv, 0)) { in bond_parse_opt()
|
D | link_ip6tnl.c | 184 if (get_u8(&uval, *argv, 0)) in ip6tunnel_parse_opt() 193 if (get_u8(&uval, *argv, 0) < -1) in ip6tunnel_parse_opt() 208 if (get_u8(&uval, *argv, 16)) in ip6tunnel_parse_opt()
|
D | ip6tunnel.c | 187 if (get_u8(&uval, *argv, 0) < -1) in parse_args() 197 if (get_u8(&uval, *argv, 0)) in parse_args() 210 if (get_u8(&uval, *argv, 16)) in parse_args()
|
D | iproute_lwtunnel.c | 232 if (get_u8(&ttl, *argv, 0)) in parse_encap_ip() 305 if (get_u8(&hoplimit, *argv, 0)) in parse_encap_ip6()
|
D | iplink_hsr.c | 53 if (get_u8(&multicast_spec, *argv, 0)) in hsr_parse_opt()
|
D | ipfou.c | 70 else if (get_u8(&ipproto, *argv, 0) || ipproto == 0) in fou_parse_opt()
|
D | xfrm_policy.c | 151 if (get_u8(&val, *argv, 16)) in xfrm_policy_flag_parse() 1033 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 32) in xfrm_spd_setinfo() 1036 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 32) in xfrm_spd_setinfo() 1048 if (get_u8(&thr.lbits, *argv, 0) || thr.lbits > 128) in xfrm_spd_setinfo() 1051 if (get_u8(&thr.rbits, *argv, 0) || thr.rbits > 128) in xfrm_spd_setinfo()
|
D | link_gre6.c | 242 if (get_u8(&uval, *argv, 0)) in gre_parse_opt() 253 if (get_u8(&uval, *argv, 16)) in gre_parse_opt()
|
D | iplink_bridge.c | 90 if (get_u8(&vlan_filter, *argv, 0)) { in bridge_parse_opt()
|
D | iplink_bridge_slave.c | 128 if (get_u8(&state, *argv, 0)) in bridge_slave_parse_opt()
|
D | ipl2tp.c | 569 if (get_u8(&uval, *argv, 0)) in parse_args() 575 if (get_u8(&uval, *argv, 0)) in parse_args()
|
D | link_iptnl.c | 192 if (get_u8(&ttl, *argv, 0)) in iptunnel_parse_opt()
|
D | xfrm_state.c | 153 if (get_u8(&val, vbuf, 16)) in xfrm_algo_parse() 198 if (get_u8(&val, *argv, 16)) in xfrm_state_flag_parse()
|
D | iptunnel.c | 152 if (get_u8(&uval, *argv, 0)) in parse_args()
|
D | ipxfrm.c | 1245 if (get_u8(&upspec, *argv, 0)) in xfrm_selector_upspec_parse()
|
D | iproute.c | 1122 else if (get_u8(&pref, *argv, 0)) in iproute_modify()
|
/external/iproute2/include/ |
D | utils.h | 105 #define get_byte get_u8 113 int get_u8(__u8 *val, const char *arg, int base);
|
/external/iproute2/lib/ |
D | inet_proto.c | 57 if (get_u8(&ret, buf, 10)) in inet_proto_a2n()
|
D | utils.c | 274 int get_u8(__u8 *val, const char *arg, int base) in get_u8() function
|