Searched refs:ll_proto_a2n (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/include/ |
D | rt_names.h | 30 int ll_proto_a2n(unsigned short *id, const char *buf);
|
/external/iproute2/tc/ |
D | tc_filter.c | 128 if (ll_proto_a2n(&id, *argv)) in tc_filter_modify() 400 if (ll_proto_a2n(&id, *argv)) in tc_filter_get() 574 if (ll_proto_a2n(&res, *argv)) in tc_filter_list()
|
D | m_vlan.c | 114 if (ll_proto_a2n(&proto, *argv)) in parse_vlan()
|
D | f_flower.c | 139 if (ll_proto_a2n(&vlan_eth_type, str)) in flower_parse_vlan_eth_type()
|
/external/iproute2/lib/ |
D | ll_proto.c | 104 int ll_proto_a2n(unsigned short *id, const char *buf) in ll_proto_a2n() function
|
/external/iproute2/ip/ |
D | iplink_vlan.c | 94 if (ll_proto_a2n(&proto, *argv)) in vlan_parse_opt()
|
D | iplink_bridge.c | 138 if (ll_proto_a2n(&vlan_proto, *argv)) in bridge_parse_opt()
|
D | iplink.c | 296 if (ll_proto_a2n(&ivvip->vlan_proto, *argv)) in iplink_parse_vf_vlan_info()
|
/external/iproute2/misc/ |
D | ss.c | 1564 if (ll_proto_a2n(&tmp, addr)) in parse_hostcond()
|