/external/iproute2/tc/ |
D | q_mqprio.c | 74 if (get_u16(&opt.count[idx], tok, 10)) { in mqprio_parse_opt() 80 if (get_u16(&opt.offset[idx], tok, 10)) { in mqprio_parse_opt()
|
D | m_ife.c | 116 if (get_u16(&ife_tcindex_v, *argv, 0)) in parse_ife() 126 if (get_u16(&ife_type, *argv, 0)) in parse_ife()
|
D | q_htb.c | 140 if (get_u16(&mpu, *argv, 10)) { in htb_parse_class_opt() 145 if (get_u16(&overhead, *argv, 10)) { in htb_parse_class_opt()
|
D | m_connmark.c | 75 if (get_u16(&sel.zone, *argv, 10)) { in parse_connmark()
|
D | m_gact.c | 118 if (get_u16(&pp.pval, *argv, 10)) { in parse_gact()
|
D | m_skbmod.c | 84 if (get_u16(&skbmod_etype, *argv, 0)) in parse_skbmod()
|
D | m_vlan.c | 103 if (get_u16(&id, *argv, 0)) in parse_vlan()
|
D | q_cbq.c | 118 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_opt() 332 if (get_u16(&overhead, *argv, 10)) { in cbq_parse_class_opt()
|
D | f_flower.c | 493 ret = get_u16(&flags, str, 16); in flower_parse_tcp_flags() 500 ret = get_u16(&flags, slash + 1, 16); in flower_parse_tcp_flags() 645 ret = get_u16(&vid, *argv, 10); in flower_parse_opt()
|
D | q_hfsc.c | 85 if (get_u16(&qopt.defcls, *argv, 16) < 0) { in hfsc_parse_opt()
|
D | m_police.c | 165 if (get_u16(&overhead, *argv, 10)) { in act_parse_police()
|
/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_bridge.c | 122 if (get_u16(&prio, *argv, 0)) in bridge_parse_opt() 146 if (get_u16(&fwd_mask, *argv, 0)) in bridge_parse_opt() 165 if (get_u16(&default_pvid, *argv, 0)) in bridge_parse_opt()
|
D | iplink_bond_slave.c | 130 if (get_u16(&queue_id, *argv, 0)) in bond_slave_parse_opt()
|
D | link_ip6tnl.c | 284 else if (get_u16(&encapsport, *argv, 0)) in ip6tunnel_parse_opt() 288 if (get_u16(&encapdport, *argv, 0)) in ip6tunnel_parse_opt()
|
D | iplink_bond.c | 326 if (get_u16(&ad_user_port_key, *argv, 0)) in bond_parse_opt() 333 if (get_u16(&ad_actor_sys_prio, *argv, 0)) in bond_parse_opt()
|
D | link_gre.c | 305 else if (get_u16(&encapsport, *argv, 0)) in gre_parse_opt() 309 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
|
D | link_iptnl.c | 287 else if (get_u16(&encapsport, *argv, 0)) in iptunnel_parse_opt() 291 if (get_u16(&encapdport, *argv, 0)) in iptunnel_parse_opt()
|
D | link_gre6.c | 332 else if (get_u16(&encapsport, *argv, 0)) in gre_parse_opt() 336 if (get_u16(&encapdport, *argv, 0)) in gre_parse_opt()
|
D | iplink_vlan.c | 99 if (get_u16(&id, *argv, 0)) in vlan_parse_opt()
|
D | iplink_bridge_slave.c | 275 if (get_u16(&priority, *argv, 0)) in bridge_slave_parse_opt()
|
D | iplink_geneve.c | 133 if (get_u16(&dstport, *argv, 0)) in geneve_parse_opt()
|
/external/iproute2/include/ |
D | utils.h | 96 #define get_ushort get_u16 101 int get_u16(__u16 *val, const char *arg, int base);
|
/external/openssh/ |
D | misc.h | 107 u_int16_t get_u16(const void *)
|
D | gss-serv.c | 240 oidl = get_u16(tok+2); /* length including next two bytes */ in ssh_gssapi_parse_ename()
|