Searched refs:get_u16 (Results 1 - 25 of 32) sorted by relevance

12

/external/iproute2/ip/
H A Diplink_ipoib.c52 if (get_u16(&pkey, *argv, 0))
66 if (get_u16(&umcast, *argv, 0))
H A Diplink_bond_slave.c130 if (get_u16(&queue_id, *argv, 0))
H A Diplink_bridge.c122 if (get_u16(&prio, *argv, 0))
146 if (get_u16(&fwd_mask, *argv, 0))
165 if (get_u16(&default_pvid, *argv, 0))
H A Diplink_bond.c326 if (get_u16(&ad_user_port_key, *argv, 0))
333 if (get_u16(&ad_actor_sys_prio, *argv, 0))
H A Dlink_ip6tnl.c284 else if (get_u16(&encapsport, *argv, 0))
288 if (get_u16(&encapdport, *argv, 0))
H A Diplink_bridge_slave.c275 if (get_u16(&priority, *argv, 0))
H A Diplink_vlan.c99 if (get_u16(&id, *argv, 0))
H A Dlink_gre.c305 else if (get_u16(&encapsport, *argv, 0))
309 if (get_u16(&encapdport, *argv, 0))
H A Dlink_gre6.c332 else if (get_u16(&encapsport, *argv, 0))
336 if (get_u16(&encapdport, *argv, 0))
H A Dlink_iptnl.c287 else if (get_u16(&encapsport, *argv, 0))
291 if (get_u16(&encapdport, *argv, 0))
H A Diplink_geneve.c133 if (get_u16(&dstport, *argv, 0))
/external/iproute2/tc/
H A Dq_mqprio.c74 if (get_u16(&opt.count[idx], tok, 10)) {
80 if (get_u16(&opt.offset[idx], tok, 10)) {
H A Dm_connmark.c75 if (get_u16(&sel.zone, *argv, 10)) {
H A Dm_ife.c116 if (get_u16(&ife_tcindex_v, *argv, 0))
126 if (get_u16(&ife_type, *argv, 0))
H A Dm_gact.c118 if (get_u16(&pp.pval, *argv, 10)) {
H A Dq_htb.c140 if (get_u16(&mpu, *argv, 10)) {
145 if (get_u16(&overhead, *argv, 10)) {
H A Dm_skbmod.c84 if (get_u16(&skbmod_etype, *argv, 0))
H A Dm_vlan.c103 if (get_u16(&id, *argv, 0))
H A Dq_cbq.c118 if (get_u16(&overhead, *argv, 10)) {
332 if (get_u16(&overhead, *argv, 10)) {
H A Dm_police.c165 if (get_u16(&overhead, *argv, 10)) {
H A Dq_hfsc.c85 if (get_u16(&qopt.defcls, *argv, 16) < 0) {
H A Dq_tbf.c151 if (get_u16(&overhead, *argv, 10)) {
/external/iproute2/include/
H A Dutils.h96 #define get_ushort get_u16
101 int get_u16(__u16 *val, const char *arg, int base);
/external/syslinux/gpxe/src/drivers/net/
H A Dtulip.c132 #define get_u16(ptr) (*(u16 *)(ptr))
813 int media = get_u16(p);
836 u16 media = get_u16(p);
876 u32 base15 = (p[2] & 0x40) ? get_u16(p + 7) : 0x0008;
1805 setup[i] = get_u16(&p[i*2 + 1]);
1820 outl(get_u16(rst + 1 + (i<<1)) << 16, ioaddr + CSR15);
1878 outl(get_u16(&reset_sequence[i]) << 16, ioaddr + CSR15);
1880 outl(get_u16(&init_sequence[i]) << 16, ioaddr + CSR15);
1894 tp->advertising[phy_num] = get_u16(&misc_info[1]) | 1;
131 #define get_u16 macro
/external/iproute2/genl/
H A Dctrl.c322 if (get_u16(&id, *argv, 0)) {

Completed in 1393 milliseconds

12