Lines Matching refs:ether_header

1318 	struct ether_header *hdr;
1353 hdr = (struct ether_header *)nmp->b_rptr;
1504 struct ether_header *hdr;
1508 hdr = (struct ether_header *)mp->b_rptr;
1511 sizeof (struct ether_header));
1514 (void) adjmsg(mp, i + sizeof (struct ether_header) -
2149 struct ether_header *hdr;
2154 hdr = (struct ether_header *)mp->b_rptr;
2170 mp->b_rptr += sizeof (struct ether_header) +
2173 mp->b_rptr += sizeof (struct ether_header);
2270 struct ether_header *hdr, *msgether;
2276 hdr = (struct ether_header *)mp->b_rptr;
2297 msgether = (struct ether_header *)nmp->b_rptr;
2298 nmp->b_wptr += sizeof (struct ether_header);
2365 struct ether_header *hdr;
2375 hdr = (struct ether_header *)mp->b_rptr;
2433 (sizeof (struct ether_header) + sizeof (struct llchdr))) {
2437 sizeof (struct ether_header) +
2461 struct ether_header *hdr;
2479 nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr) +
2486 hdr = (struct ether_header *)nmp->b_rptr;
2493 sizeof (struct ether_header) + sizeof (struct llchdr);
2542 struct ether_header *hdr, *msgether;
2553 hdr = (struct ether_header *)mp->b_rptr;
2584 msgether = (struct ether_header *)nmp->b_rptr;
2615 struct ether_header *hdr;
2624 hdr = (struct ether_header *)mp->b_rptr;
2682 (sizeof (struct ether_header) + sizeof (struct llchdr))) {
2686 sizeof (struct ether_header) +
2710 struct ether_header *hdr;
2729 nmp = allocb(sizeof (struct ether_header) + sizeof (struct llchdr),
2736 hdr = (struct ether_header *)nmp->b_rptr;
2743 sizeof (struct ether_header) + sizeof (struct llchdr);