OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bp_yiaddr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
33
struct in_addr
bp_yiaddr
; /* 'your' IP address */
member in struct:bootp
/src/usr.sbin/bootp/common/
bootp.h
51
struct in_addr
bp_yiaddr
; /* 'your' IP address */
member in struct:bootp
/src/sys/nfs/
nfs_bootdhcp.c
120
struct in_addr
bp_yiaddr
; /* 'your' IP address */
member in struct:bootp
402
if (bootp->
bp_yiaddr
.s_addr == INADDR_ANY ||
403
bootp->
bp_yiaddr
.s_addr == INADDR_BROADCAST) {
405
inet_ntoa(bootp->
bp_yiaddr
));
649
memcpy(&bootp->bp_vend[index], &bpc.replybuf->
bp_yiaddr
, 4);
834
nd->nd_myip = bootp->
bp_yiaddr
;
Completed in 35 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025