/external/iproute2/ip/ |
D | iplink_ipoib.c | 52 if (get_u16(&pkey, *argv, 0)) in ipoib_parse_opt() 66 if (get_u16(&umcast, *argv, 0)) in ipoib_parse_opt()
|
D | iplink_vxlan.c | 162 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()
|
D | iplink_bond_slave.c | 99 if (get_u16(&queue_id, *argv, 0)) in bond_slave_parse_opt()
|
D | ipfou.c | 58 if (get_u16(&port, *argv, 0) || port == 0) in fou_parse_opt()
|
D | iplink_bridge.c | 82 if (get_u16(&prio, *argv, 0)) in bridge_parse_opt()
|
D | iplink_bridge_slave.c | 133 if (get_u16(&priority, *argv, 0)) in bridge_slave_parse_opt()
|
D | link_iptnl.c | 245 else if (get_u16(&encapsport, *argv, 0)) in iptunnel_parse_opt() 249 if (get_u16(&encapdport, *argv, 0)) in iptunnel_parse_opt()
|
D | iplink_bond.c | 325 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()
|
D | link_gre.c | 280 else if (get_u16(&encapsport, *argv, 0)) in gre_parse_opt() 284 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
|
D | iplink_vlan.c | 97 if (get_u16(&id, *argv, 0)) in vlan_parse_opt()
|
D | ipxfrm.c | 1258 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()
|
D | ipl2tp.c | 557 if (get_u16(&uval, *argv, 0)) in parse_args() 563 if (get_u16(&uval, *argv, 0)) in parse_args()
|
/external/iproute2/tc/ |
D | q_mqprio.c | 72 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()
|
D | m_connmark.c | 74 if (get_u16(&sel.zone, *argv, 10)) { in parse_connmark()
|
D | q_htb.c | 142 if (get_u16(&mpu, *argv, 10)) { in htb_parse_class_opt() 147 if (get_u16(&overhead, *argv, 10)) { in htb_parse_class_opt()
|
D | m_gact.c | 157 if (get_u16(&pp.pval, *argv, 10)) { in parse_gact()
|
D | m_vlan.c | 79 if (get_u16(&id, *argv, 0)) in parse_vlan()
|
D | q_cbq.c | 120 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_opt() 337 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_class_opt()
|
D | q_hfsc.c | 87 if (get_u16(&qopt.defcls, *argv, 16) < 0) { in hfsc_parse_opt()
|
D | m_police.c | 240 if (get_u16(&overhead, *argv, 10)) { in act_parse_police()
|
D | q_tbf.c | 151 if (get_u16(&overhead, *argv, 10)) { in tbf_parse_opt()
|
D | f_rsvp.c | 51 if (get_u16(&tmp, p+1, 0)) in get_addr_and_pi()
|
/external/iproute2/include/ |
D | utils.h | 106 #define get_ushort get_u16 111 int get_u16(__u16 *val, const char *arg, int base);
|
/external/iproute2/lib/ |
D | ll_proto.c | 114 if (get_u16(id, buf, 0)) in ll_proto_a2n()
|
/external/iproute2/genl/ |
D | ctrl.c | 332 if (get_u16(&id, *argv, 0)) { in ctrl_list()
|