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

  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 76 bcopy(PKTDATA(osh, p) + offset, buf, n);
105 bcopy(buf, PKTDATA(osh, p) + offset, n);
898 prhex(NULL, PKTDATA(osh, p), PKTLEN(osh, p));
911 uint8 *pktdata; local
915 pktdata = (uint8 *) PKTDATA(NULL, pkt);
916 ASSERT(ISALIGNED((uintptr)pktdata, sizeof(uint16)));
918 eh = (struct ether_header *) pktdata;
930 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header);
957 uint8 *ip_body = pktdata + sizeof(struct ether_header)
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd.h 313 extern int wl_host_event(struct dhd_info *dhd, int *idx, void *pktdata,
dhd_linux.c 471 static int dhd_wl_host_event(dhd_info_t *dhd, int *ifidx, void *pktdata,
1085 uint8 *pktdata = (uint8 *)PKTDATA(dhdp->osh, pktbuf); local
1086 struct ether_header *eh = (struct ether_header *)pktdata;
    [all...]
dhd_common.c 808 wl_host_event(struct dhd_info *dhd, int *ifidx, void *pktdata,
812 bcm_event_t *pvt_data = (bcm_event_t *)pktdata;
    [all...]

Completed in 27 milliseconds