Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:ep

95 	register const struct ether_header *ep;
98 ep = (const struct ether_header *)bp;
101 etheraddr_string(ndo, ESRC(ep)),
102 etheraddr_string(ndo, EDST(ep))));
104 length_type = EXTRACT_16BITS(&ep->ether_length_type);
137 const struct ether_header *ep;
162 ep = (const struct ether_header *)p;
166 src.addr = ESRC(ep);
168 dst.addr = EDST(ep);
170 length_type = EXTRACT_16BITS(&ep->ether_length_type);
241 ether_hdr_print(ndo, (const u_char *)ep, orig_length);