Home
last modified time | relevance | path

Searched refs:hton16 (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmendian.h50 #ifndef hton16
52 #define hton16(i) bcmswap16(i) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) { in pktsetprio()
1144 if (evh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()
1168 evh->vlan_tag = hton16(vlan_tag); in pktsetprio()
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) { in pktsetprio()