OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_giaddr
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
35
struct in_addr
bp_giaddr
; /* gateway IP address */
member in struct:bootp
/src/usr.sbin/bootp/common/
bootp.h
53
struct in_addr
bp_giaddr
; /* gateway IP address */
member in struct:bootp
/src/usr.sbin/bootp/bootptest/
print-bootp.c
142
TCHECK(bp->
bp_giaddr
, sizeof(bp->
bp_giaddr
));
143
if (bp->
bp_giaddr
.s_addr)
144
printf(" G:%s", ipaddr_string(&bp->
bp_giaddr
));
/src/usr.sbin/bootp/bootpgw/
bootpgw.c
536
if (bp->
bp_giaddr
.s_addr == 0) {
552
bp->
bp_giaddr
= sip->sin_addr;
565
bp->
bp_giaddr
= my_ip_addr;
622
bp->
bp_giaddr
= sip->sin_addr;
/src/usr.sbin/bootp/bootpd/
bootpd.c
1043
} else if (bp->
bp_giaddr
.s_addr && forward == 0) {
1044
dst = bp->
bp_giaddr
;
1087
/* XXX - No need to set
bp_giaddr
here. */
/src/sys/nfs/
nfs_bootdhcp.c
122
struct in_addr
bp_giaddr
; /* gateway IP address */
member in struct:bootp
556
* and set "
bp_giaddr
", thus rewrite the packet anyway.
Completed in 15 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025