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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmendian.h 93 #define ntoh32(i) bcmswap32(i) macro
106 #define ntoh32(i) (i) macro
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_common.c 584 event_type = ntoh32(event->event_type);
586 status = ntoh32(event->status);
587 reason = ntoh32(event->reason);
588 auth_type = ntoh32(event->auth_type);
589 datalen = ntoh32(event->datalen);
755 if (ntoh32(hdr.discarded_bytes) || ntoh32(hdr.discarded_printf)) {
758 ntoh32(hdr.discarded_bytes), ntoh32(hdr.discarded_printf));
761 nblost = ntoh32(hdr.seqnum) - seqnum_prev - 1
    [all...]
dhd_linux.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]
wl_cfg80211.c     [all...]

Completed in 5956 milliseconds