Searched refs:bp_giaddr (Results 1 – 6 of 6) sorted by relevance
144 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr));145 if (bp->bp_giaddr.s_addr)146 printf(" G:%s", ipaddr_string(&bp->bp_giaddr));
548 if (bp->bp_giaddr.s_addr == 0) { in handle_request()565 bp->bp_giaddr = sip->sin_addr; in handle_request()578 bp->bp_giaddr = my_ip_addr; in handle_request()634 bp->bp_giaddr = sip->sin_addr; in handle_reply()
55 struct in_addr bp_giaddr; /* gateway IP address */ member
1050 } else if (bp->bp_giaddr.s_addr && forward == 0) {1051 dst = bp->bp_giaddr;
39 struct in_addr bp_giaddr; /* gateway IP address */ member
70 struct in_addr bp_giaddr; /* gateway IP address */ member347 ND_TCHECK(bp->bp_giaddr); in bootp_print()348 if (EXTRACT_32BITS(&bp->bp_giaddr.s_addr)) in bootp_print()349 ND_PRINT((ndo, "\n\t Gateway-IP %s", ipaddr_string(ndo, &bp->bp_giaddr))); in bootp_print()