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

/external/iproute2/tc/
H A Dq_mqprio.c72 if (get_u16(&opt.count[idx], tok, 10)) {
78 if (get_u16(&opt.offset[idx], tok, 10)) {
H A Dm_gact.c156 if (get_u16(&pp.pval, *argv, 10)) {
H A Dq_htb.c130 if (get_u16(&mpu, *argv, 10)) {
135 if (get_u16(&overhead, *argv, 10)) {
H A Dq_tbf.c140 if (get_u16(&overhead, *argv, 10)) {
H A Dq_cbq.c120 if (get_u16(&overhead, *argv, 10)) {
337 if (get_u16(&overhead, *argv, 10)) {
H A Dm_police.c242 if (get_u16(&overhead, *argv, 10)) {
H A Dq_hfsc.c87 if (get_u16(&qopt.defcls, *argv, 16) < 0) {
H A Df_rsvp.c51 if (get_u16(&tmp, p+1, 0))
H A Df_u32.c770 if (get_u16(&mask, *argv, 16))
/external/iproute2/include/
H A Dutils.h84 #define get_ushort get_u16
89 extern int get_u16(__u16 *val, const char *arg, int base);
/external/iproute2/ip/
H A Diplink_vlan.c85 if (get_u16(&id, *argv, 0))
H A Dipxfrm.c1183 if (get_u16(&sel->sport, *argv, 0))
1196 if (get_u16(&sel->dport, *argv, 0))
1209 if (get_u16(&sel->sport, *argv, 0) ||
1223 if (get_u16(&sel->dport, *argv, 0) ||
H A Dipl2tp.c567 if (get_u16(&uval, *argv, 0))
573 if (get_u16(&uval, *argv, 0))
H A Dxfrm_state.c311 if (get_u16(&encap.encap_sport, *argv, 0))
315 if (get_u16(&encap.encap_dport, *argv, 0))
/external/iproute2/lib/
H A Dll_proto.c112 if (get_u16(id, buf, 0))
H A Dutils.c174 int get_u16(__u16 *val, const char *arg, int base) function
/external/iproute2/genl/
H A Dctrl.c325 if (get_u16(&id, *argv, 0)) {

Completed in 550 milliseconds