Lines Matching defs:pether
7853 struct ether_header *pether;
7859 pether = (struct ether_header *)((char *)mp->b_rptr
7871 if ((uchar_t *)pether < mp->b_datap->db_base)
7876 if (pether->ether_type != htons(ETHERTYPE_IPV6)) {
7877 pether = (struct ether_header *)((char *)pether - 4);
7881 if (pether->ether_type != htons(ETHERTYPE_IP)) {
7882 pether = (struct ether_header *)((char *)pether - 4);
7886 mhip->mhi_daddr = (uchar_t *)&pether->ether_dhost;
7887 mhip->mhi_saddr = (uchar_t *)&pether->ether_shost;