Home
last modified time | relevance | path

Searched refs:bp_giaddr (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/tcpdump/
H A Dprint-bootp.c113 TCHECK(bp->bp_giaddr); in bootp_print()
114 if (bp->bp_giaddr.s_addr) in bootp_print()
115 printf(" G:%s", ipaddr_string(&bp->bp_giaddr)); in bootp_print()
H A Dbootp.h36 struct in_addr bp_giaddr; /* gateway IP address */ member
/openbsd/sys/lib/libsa/
H A Dbootp.h42 struct in_addr bp_giaddr; /* gateway IP address */ member