OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp_sname
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
37
unsigned char
bp_sname
[64]; /* server host name */
member in struct:bootp
/src/usr.sbin/bootp/common/
bootp.h
55
char
bp_sname
[BP_SNAME_LEN]; /* server host name */
member in struct:bootp
/src/sys/nfs/
nfs_bootdhcp.c
124
char
bp_sname
[BP_SNAME_LEN]; /* server host name */
member in struct:bootp
346
if (m->m_len < offsetof(struct bootp,
bp_sname
)) {
347
m = *mp = m_pullup(m, offsetof(struct bootp,
bp_sname
));
873
if (!overloaded && bootp->
bp_sname
[0] != 0 &&
878
strncpy(ndm->ndm_host, bootp->
bp_sname
,
Completed in 13 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025