Home
last modified time | relevance | path

Searched refs:hlen (Results 51 – 53 of 53) sorted by relevance

123

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c240 v4->hlen = pif->pif_hwlen; in init_pkt()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c470 size_t hlen; /* length of hostname */ in nfs4_copyin() local
596 netname, sizeof (netname), &hlen); in nfs4_copyin()
599 nargs->hostname = kmem_zalloc(hlen, KM_SLEEP); in nfs4_copyin()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c12118 uint_t hlen; in ip_xmit_attach_llhdr() local
12130 hlen = MBLKL(mp1); in ip_xmit_attach_llhdr()
12135 if (hlen != 0 && (rptr - mp->b_datap->db_base) >= hlen) { in ip_xmit_attach_llhdr()
12136 rptr -= hlen; in ip_xmit_attach_llhdr()
12137 bcopy(mp1->b_rptr, rptr, hlen); in ip_xmit_attach_llhdr()

123