Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h21 uint8_t protolen; member
H A Dnic.c339 arpreq.protolen = 4; in ip_transmit()
492 rarpreq.protolen = 4; in rarp()
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1682 ushort_t protolen; in spppasyn_muxencode() local
1692 protolen = 1; in spppasyn_muxencode()
1704 protolen++; in spppasyn_muxencode()
1733 nlen -= protolen; in spppasyn_muxencode()
1779 (state->sa_mqlen - protolen - 1); in spppasyn_muxencode()
1824 mp->b_rptr += (protolen - 1); in spppasyn_muxencode()
1825 *mp->b_rptr = (len - protolen) & 0xff; in spppasyn_muxencode()
1875 state->sa_mqlen = len + protolen + 1; in spppasyn_muxencode()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2642 int protolen, hostnamelen; in portmap_cache_enter() local
2660 protolen = strlen(nconf->nc_proto); in portmap_cache_enter()
2661 if (protolen <= SMALL_PROTONAME) in portmap_cache_enter()
2664 cachep->cache_proto = malloc(protolen + 1); in portmap_cache_enter()
2709 if (cachep->cache_proto && protolen > SMALL_PROTONAME) in portmap_cache_enter()