Searched refs:get_be16 (Results 1 - 12 of 12) sorted by relevance

/external/iproute2/ip/
H A Dipfou.c60 if (get_be16(&port, *argv, 0) || port == 0)
H A Diplink_vxlan.c230 if (get_be16(&range.low, *argv, 0))
233 if (get_be16(&range.high, *argv, 0))
H A Dipxfrm.c1248 if (get_be16(&sel->sport, *argv, 0))
1260 if (get_be16(&sel->dport, *argv, 0))
H A Dxfrm_state.c378 if (get_be16(&encap.encap_sport, *argv, 0))
381 if (get_be16(&encap.encap_dport, *argv, 0))
H A Dipmacsec.c142 return get_be16(port, arg, 0);
/external/iproute2/lib/
H A Dll_proto.c113 if (get_be16(id, buf, 0))
H A Dutils.c393 int get_be16(__be16 *val, const char *arg, int base) function
/external/iproute2/tc/
H A Dm_tunnel_key.c75 ret = get_be16(&dst_port, str, 10);
H A Df_flower.c471 ret = get_be16(&port, str, 10);
567 ret = get_be16(&port, str, 10);
H A Df_u32.c772 if (get_be16(&sel->offmask, *argv, 16))
/external/syslinux/com32/include/
H A Dbyteswap.h125 static inline uint16_t get_be16(const uint16_t *p) function
/external/iproute2/include/
H A Dutils.h107 int get_be16(__be16 *val, const char *arg, int base);

Completed in 215 milliseconds