HomeSort by: relevance | last modified time | path
    Searched defs:vcilen (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
bootp.c 97 int vcilen; local in function:bootp_addvend
110 vcilen = strlen(vci);
112 *area++ = vcilen;
113 (void)memcpy(area, vci, vcilen);
114 area += vcilen;
  /src/sys/nfs/
nfs_bootdhcp.c 458 int vcilen; local in function:bootp_addvend
473 vcilen = strlen(vci);
475 *area++ = vcilen;
476 (void)memcpy(area, vci, vcilen);
477 area += vcilen;

Completed in 12 milliseconds