Home
last modified time | relevance | path

Searched refs:pkt_hdr (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/eth/
Dasix88179.c210 uint32_t *pkt_hdr; member
545 u32 *pkt_hdr; in asix_recv() local
576 pkt_hdr = (u32 *)(recv_buf + hdr_off); in asix_recv()
584 le32_to_cpus(pkt_hdr); in asix_recv()
585 pkt_len = (*pkt_hdr >> 16) & 0x1fff; in asix_recv()
591 pkt_hdr++; in asix_recv()
766 priv->pkt_hdr = NULL; in ax88179_eth_stop()
826 priv->pkt_hdr = (u32 *)(ptr + hdr_off); in ax88179_eth_recv()
831 le32_to_cpus(priv->pkt_hdr); in ax88179_eth_recv()
832 pkt_len = (*priv->pkt_hdr >> 16) & 0x1fff; in ax88179_eth_recv()
[all …]
/external/tcpdump/
Dprint-wb.c59 struct pkt_hdr { struct
401 register const struct pkt_hdr *ph; in wb_print()
403 ph = (const struct pkt_hdr *)hdr; in wb_print()
/external/libpcap/
Dpcap-netfilter-linux.c207 … const struct nfqnl_msg_packet_hdr *pkt_hdr = (const struct nfqnl_msg_packet_hdr *) NFA_DATA(attr); in netfilter_read_linux() local
209 id = ntohl(pkt_hdr->packet_id); in netfilter_read_linux()