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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h21 uint8_t protolen; member in struct:arprequest
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c1683 ushort_t protolen; local
1693 protolen = 1;
1705 protolen++;
1734 nlen -= protolen;
1780 (state->sa_mqlen - protolen - 1);
1821 * protolen - 1 ,because the the byte with
1825 mp->b_rptr += (protolen - 1);
1826 *mp->b_rptr = (len - protolen) & 0xff;
1876 state->sa_mqlen = len + protolen + 1;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2657 int protolen, hostnamelen; local
2675 protolen = strlen(nconf->nc_proto);
2676 if (protolen <= SMALL_PROTONAME)
2679 cachep->cache_proto = malloc(protolen + 1);
2724 if (cachep->cache_proto && protolen > SMALL_PROTONAME)

Completed in 55 milliseconds