OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp_vend
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
44
unsigned char
bp_vend
[BOOTP_VENDSIZE]; /* vendor-specific area */
member in struct:bootp
/src/usr.sbin/bootp/common/
bootp.h
57
unsigned char
bp_vend
[BP_VEND_LEN]; /* vendor-specific area */
member in struct:bootp
58
/* note that
bp_vend
can be longer, extending to end of packet. */
/src/sys/nfs/
nfs_bootdhcp.c
126
u_int8_t
bp_vend
[BP_VEND_LEN]; /* RFC1048 options */
member in struct:bootp
130
* allow the option data in
bp_vend
to extend into the
412
if (memcmp(bootp->
bp_vend
, vm_rfc1048, 4)) {
416
p = &bootp->
bp_vend
[4];
617
memcpy(bootp->
bp_vend
, vm_rfc1048, 4);
620
bootp->
bp_vend
[index++] = TAG_DHCP_MSGTYPE;
621
bootp->
bp_vend
[index++] = 1;
622
bootp->
bp_vend
[index++] = DHCPDISCOVER;
624
bootp_addvend(&bootp->
bp_vend
[index]);
646
bootp->
bp_vend
[index++] = DHCPREQUEST
[
all
...]
Completed in 13 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025