HomeSort by relevance Sort by last modified time
    Searched refs:hton16 (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h 50 #ifndef hton16
51 #define HTON16(i) BCMSWAP16(i)
52 #define hton16(i) bcmswap16(i) macro
67 #endif /* hton16 */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
1144 if (evh->ether_type == hton16(ETHER_TYPE_IP)) {
1168 evh->vlan_tag = hton16(vlan_tag);
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) {
    [all...]

Completed in 127 milliseconds