Searched defs:pether (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7853 struct ether_header *pether; local
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
[all...]

Completed in 235 milliseconds