OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp_sname
(Results
1 - 4
of
4
) 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
,
/src/external/bsd/tcpdump/dist/
print-bootp.c
74
nd_byte
bp_sname
[64]; /* server host name */
member in struct:bootp
356
if (GET_U_1(bp->
bp_sname
)) { /* get first char only */
358
if (nd_printztn(ndo, bp->
bp_sname
, (u_int)sizeof(bp->
bp_sname
),
Completed in 17 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026