Home
last modified time | relevance | path

Searched refs:ether_header (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-ether.c82 register const struct ether_header *ep; in ether_hdr_print()
83 ep = (const struct ether_header *)bp; in ether_hdr_print()
109 struct ether_header *ep; in ether_print()
123 ep = (struct ether_header *)p; in ether_print()
Dether.h47 struct ether_header { struct
Dprint-ipfc.c84 struct ether_header ehdr; in ipfc_print()
Dprint-token.c105 struct ether_header ehdr; in token_print()
Dprint-fddi.c245 struct ether_header ehdr; in fddi_print()
Dconfig.h.in24 * define if struct ether_header.ether_dhost is a struct with ether_addr_octet
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h81 #define ethhdr ether_header
95 #define ethhdr ether_header
/external/libpcap/
Dpcap-snoop.c257 p->offset = RAW_HDRPAD(sizeof(struct ether_header)); in pcap_open_live()
258 ll_hdrlen = sizeof(struct ether_header); in pcap_open_live()
Dpcap-dos.c823 struct ether_header *ep = (struct ether_header*) buf; in watt32_recv_hook()
/external/dhcpcd/
Dbpf.c142 struct ether_header hw; in send_raw_packet()