Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7905 struct ether_header *pether; in ip_mdata_to_mhi() local
7911 pether = (struct ether_header *)((char *)mp->b_rptr in ip_mdata_to_mhi()
7923 if ((uchar_t *)pether < mp->b_datap->db_base) in ip_mdata_to_mhi()
7928 if (pether->ether_type != htons(ETHERTYPE_IPV6)) { in ip_mdata_to_mhi()
7929 pether = (struct ether_header *)((char *)pether - 4); in ip_mdata_to_mhi()
7933 if (pether->ether_type != htons(ETHERTYPE_IP)) { in ip_mdata_to_mhi()
7934 pether = (struct ether_header *)((char *)pether - 4); in ip_mdata_to_mhi()
7938 mhip->mhi_daddr = (uchar_t *)&pether->ether_dhost; in ip_mdata_to_mhi()
7939 mhip->mhi_saddr = (uchar_t *)&pether->ether_shost; in ip_mdata_to_mhi()