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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 92 #define ntoh16(i) bcmswap16(i) macro
105 #define ntoh16(i) (i) macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 585 flags = ntoh16(event->flags);
753 buf[MSGTRACE_HDRLEN + ntoh16(hdr.len)] = '\0';
916 evt->flags = ntoh16(evt->flags);
921 evt->version = ntoh16(evt->version);
    [all...]
dhd_linux.c 1090 if (ntoh16(eh->ether_type) == ETHER_TYPE_802_1X)
1257 if (ntoh16(skb->protocol) == ETHER_TYPE_BRCM)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 920 if (ntoh16(eh->ether_type) == ETHER_TYPE_8021Q) {
926 vlan_tag = ntoh16(evh->vlan_tag);
929 if (ntoh16(evh->ether_type) == ETHER_TYPE_IP) {
956 } else if (ntoh16(eh->ether_type) == ETHER_TYPE_IP) {
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c     [all...]
wl_iw.c     [all...]

Completed in 52 milliseconds