Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c144 struct ip *tmpl_iphp = pdata; in mac_ipv4_header() local
151 if (tmpl_iphp != NULL) in mac_ipv4_header()
152 hdr_len = tmpl_iphp->ip_hl * sizeof (uint32_t); in mac_ipv4_header()
160 if (tmpl_iphp != NULL) { in mac_ipv4_header()
161 bcopy(tmpl_iphp, iphp, hdr_len); in mac_ipv4_header()