Searched refs:bcmicmp_hdr (Results 1 – 16 of 16) sorted by relevance
74 BWL_PRE_PACKED_STRUCT struct bcmicmp_hdr { struct
234 if ((plen -= sizeof(struct bcmicmp_hdr)) < 0) { in hnd_frame_proto()
82 BWL_PRE_PACKED_STRUCT struct bcmicmp_hdr { struct
1028 struct bcmicmp_hdr *icmph; in dhd_icmp_dump()1041 if (ntohs(iph->tot_len) - IPV4_HLEN(iph) < sizeof(struct bcmicmp_hdr)) { in dhd_icmp_dump()1047 icmph = (struct bcmicmp_hdr *)((uint8 *)pkt + sizeof(struct ipv4_hdr)); in dhd_icmp_dump()
1183 if (ntohs(iph->tot_len) - IPV4_HLEN(iph) < sizeof(struct bcmicmp_hdr)) { in dhd_check_icmp()1227 struct bcmicmp_hdr *icmph; in dhd_icmp_dump()1240 icmph = (struct bcmicmp_hdr *)((uint8 *)pkt + sizeof(struct ipv4_hdr)); in dhd_icmp_dump()1698 if (ntohs(iph->tot_len) - IPV4_HLEN(iph) < sizeof(struct bcmicmp_hdr)) { in dhd_is_icmp_pkt()
1380 struct bcmicmp_hdr *icmp; in dhd_cpkt_log_get_pkt_info()1403 icmp = (struct bcmicmp_hdr *)(pdata); in dhd_cpkt_log_get_pkt_info()
283 struct bcmicmp_hdr *icmph; in bcm_l2_filter_block_ping()