OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 07:09:59 GMT 2025