Home
last modified time | relevance | path

Searched refs:get_u16 (Results 1 – 25 of 29) sorted by relevance

12

/external/iproute2/ip/
Diplink_ipoib.c52 if (get_u16(&pkey, *argv, 0)) in ipoib_parse_opt()
66 if (get_u16(&umcast, *argv, 0)) in ipoib_parse_opt()
Diplink_vxlan.c162 if (get_u16(&minport, *argv, 0)) in vxlan_parse_opt()
165 if (get_u16(&maxport, *argv, 0)) in vxlan_parse_opt()
171 if (get_u16(&dstport, *argv, 0)) in vxlan_parse_opt()
Diplink_bond_slave.c99 if (get_u16(&queue_id, *argv, 0)) in bond_slave_parse_opt()
Dipfou.c58 if (get_u16(&port, *argv, 0) || port == 0) in fou_parse_opt()
Diplink_bridge.c82 if (get_u16(&prio, *argv, 0)) in bridge_parse_opt()
Diplink_bridge_slave.c133 if (get_u16(&priority, *argv, 0)) in bridge_slave_parse_opt()
Dlink_iptnl.c245 else if (get_u16(&encapsport, *argv, 0)) in iptunnel_parse_opt()
249 if (get_u16(&encapdport, *argv, 0)) in iptunnel_parse_opt()
Diplink_bond.c325 if (get_u16(&ad_user_port_key, *argv, 0)) in bond_parse_opt()
332 if (get_u16(&ad_actor_sys_prio, *argv, 0)) in bond_parse_opt()
Dlink_gre.c280 else if (get_u16(&encapsport, *argv, 0)) in gre_parse_opt()
284 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
Diplink_vlan.c97 if (get_u16(&id, *argv, 0)) in vlan_parse_opt()
Dipxfrm.c1258 if (get_u16(&sel->sport, *argv, 0)) in xfrm_selector_upspec_parse()
1271 if (get_u16(&sel->dport, *argv, 0)) in xfrm_selector_upspec_parse()
1284 if (get_u16(&sel->sport, *argv, 0) || in xfrm_selector_upspec_parse()
1298 if (get_u16(&sel->dport, *argv, 0) || in xfrm_selector_upspec_parse()
Dipl2tp.c557 if (get_u16(&uval, *argv, 0)) in parse_args()
563 if (get_u16(&uval, *argv, 0)) in parse_args()
/external/iproute2/tc/
Dq_mqprio.c72 if (get_u16(&opt.count[idx], tok, 10)) { in mqprio_parse_opt()
78 if (get_u16(&opt.offset[idx], tok, 10)) { in mqprio_parse_opt()
Dm_connmark.c74 if (get_u16(&sel.zone, *argv, 10)) { in parse_connmark()
Dq_htb.c142 if (get_u16(&mpu, *argv, 10)) { in htb_parse_class_opt()
147 if (get_u16(&overhead, *argv, 10)) { in htb_parse_class_opt()
Dm_gact.c157 if (get_u16(&pp.pval, *argv, 10)) { in parse_gact()
Dm_vlan.c79 if (get_u16(&id, *argv, 0)) in parse_vlan()
Dq_cbq.c120 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_opt()
337 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_class_opt()
Dq_hfsc.c87 if (get_u16(&qopt.defcls, *argv, 16) < 0) { in hfsc_parse_opt()
Dm_police.c240 if (get_u16(&overhead, *argv, 10)) { in act_parse_police()
Dq_tbf.c151 if (get_u16(&overhead, *argv, 10)) { in tbf_parse_opt()
Df_rsvp.c51 if (get_u16(&tmp, p+1, 0)) in get_addr_and_pi()
/external/iproute2/include/
Dutils.h106 #define get_ushort get_u16
111 int get_u16(__u16 *val, const char *arg, int base);
/external/iproute2/lib/
Dll_proto.c114 if (get_u16(id, buf, 0)) in ll_proto_a2n()
/external/iproute2/genl/
Dctrl.c332 if (get_u16(&id, *argv, 0)) { in ctrl_list()

12