Lines Matching refs:pktdata
59 extern msg_eapol_t dhd_is_4way_msg(uint8 *pktdata);
60 extern void dhd_dump_pkt(dhd_pub_t *dhd, int ifidx, uint8 *pktdata,
63 extern bool dhd_match_pkt_type(dhd_pub_t *dhd, uint8 *pktdata, uint32 pktlen);
80 uint8 *pktdata, uint32 pktlen, bool tx);
83 uint8 *pktdata, uint32 pktlen, bool tx) { } in dhd_trx_pkt_dump() argument
88 extern void dhd_dhcp_dump(dhd_pub_t *dhdp, int ifidx, uint8 *pktdata, bool tx,
92 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dhcp_dump() argument
97 extern void dhd_dns_dump(dhd_pub_t *dhdp, int ifidx, uint8 *pktdata, bool tx,
101 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dns_dump() argument
106 extern void dhd_icmp_dump(dhd_pub_t *dhdp, int ifidx, uint8 *pktdata, bool tx,
110 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_icmp_dump() argument
115 extern void dhd_arp_dump(dhd_pub_t *dhdp, int ifidx, uint8 *pktdata, bool tx,
119 uint8 *pktdata, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_arp_dump() argument
125 uint8 *pktdata, uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate);
128 uint8 *pktdata, uint32 pktlen, bool tx, uint32 *pkthash, uint16 *pktfate) { } in dhd_dump_eapol_message() argument
130 extern bool dhd_check_ip_prot(uint8 *pktdata, uint16 ether_type);
131 extern bool dhd_check_arp(uint8 *pktdata, uint16 ether_type);
132 extern bool dhd_check_dhcp(uint8 *pktdata);
133 extern bool dhd_check_icmp(uint8 *pktdata);
134 extern bool dhd_check_dns(uint8 *pktdata);