HomeSort by relevance Sort by last modified time
    Searched refs:get_u16 (Results 1 - 25 of 36) sorted by null

1 2

  /external/iproute2/ip/
iplink_ipoib.c 52 if (get_u16(&pkey, *argv, 0))
66 if (get_u16(&umcast, *argv, 0))
iplink_bond_slave.c 130 if (get_u16(&queue_id, *argv, 0))
iplink_bridge.c 122 if (get_u16(&prio, *argv, 0))
146 if (get_u16(&fwd_mask, *argv, 0))
165 if (get_u16(&default_pvid, *argv, 0))
iplink_bond.c 326 if (get_u16(&ad_user_port_key, *argv, 0))
333 if (get_u16(&ad_actor_sys_prio, *argv, 0))
link_ip6tnl.c 284 else if (get_u16(&encapsport, *argv, 0))
288 if (get_u16(&encapdport, *argv, 0))
iplink_bridge_slave.c 275 if (get_u16(&priority, *argv, 0))
iplink_vlan.c 99 if (get_u16(&id, *argv, 0))
link_gre.c 305 else if (get_u16(&encapsport, *argv, 0))
309 if (get_u16(&encapdport, *argv, 0))
link_gre6.c 332 else if (get_u16(&encapsport, *argv, 0))
336 if (get_u16(&encapdport, *argv, 0))
link_iptnl.c 287 else if (get_u16(&encapsport, *argv, 0))
291 if (get_u16(&encapdport, *argv, 0))
iplink_geneve.c 133 if (get_u16(&dstport, *argv, 0))
  /external/iproute2/tc/
q_mqprio.c 74 if (get_u16(&opt.count[idx], tok, 10)) {
80 if (get_u16(&opt.offset[idx], tok, 10)) {
m_connmark.c 75 if (get_u16(&sel.zone, *argv, 10)) {
m_ife.c 116 if (get_u16(&ife_tcindex_v, *argv, 0))
126 if (get_u16(&ife_type, *argv, 0))
m_gact.c 118 if (get_u16(&pp.pval, *argv, 10)) {
q_htb.c 140 if (get_u16(&mpu, *argv, 10)) {
145 if (get_u16(&overhead, *argv, 10)) {
m_skbmod.c 84 if (get_u16(&skbmod_etype, *argv, 0))
m_vlan.c 103 if (get_u16(&id, *argv, 0))
q_cbq.c 118 if (get_u16(&overhead, *argv, 10)) {
332 if (get_u16(&overhead, *argv, 10)) {
m_police.c 165 if (get_u16(&overhead, *argv, 10)) {
  /hardware/qcom/wlan/qcwcn/wifi_hal/
cpp_bindings.h 84 uint16_t get_u16(int attribute) { function in class:WifiEvent
131 uint16_t get_u16() { function in class:nl_iterator
247 u16 get_u16(const struct nlattr *nla) function in class:WifiRequest
453 virtual u16 get_u16(const struct nlattr *nla);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 84 uint16_t get_u16(int attribute) { function in class:WifiEvent
131 uint16_t get_u16() { function in class:nl_iterator
  /external/iproute2/include/
utils.h 96 #define get_ushort get_u16
101 int get_u16(__u16 *val, const char *arg, int base);
  /external/syslinux/gpxe/src/drivers/net/
tulip.c 132 #define get_u16(ptr) (*(u16 *)(ptr))
813 int media = get_u16(p);
836 u16 media = get_u16(p);
131 #define get_u16 macro
    [all...]
  /external/iproute2/genl/
ctrl.c 322 if (get_u16(&id, *argv, 0)) {

Completed in 396 milliseconds

1 2