Searched refs:bp_giaddr (Results 1 – 6 of 6) sorted by relevance
139 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr)); in bootp_print()140 if (bp->bp_giaddr.s_addr) in bootp_print()141 printf(" G:%s", ipaddr_string(&bp->bp_giaddr)); in bootp_print()
543 if (bp->bp_giaddr.s_addr == 0) { in handle_request()560 bp->bp_giaddr = sip->sin_addr; in handle_request()573 bp->bp_giaddr = my_ip_addr; in handle_request()629 bp->bp_giaddr = sip->sin_addr; in handle_reply()
53 struct in_addr bp_giaddr; /* gateway IP address */ member
1042 } else if (bp->bp_giaddr.s_addr && forward == 0) { in sendreply()1043 dst = bp->bp_giaddr; in sendreply()
37 struct in_addr bp_giaddr; /* gateway IP address */ member
67 nd_ipv4 bp_giaddr; /* gateway IP address */ member343 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_giaddr)) in bootp_print()344 ND_PRINT("\n\t Gateway-IP %s", GET_IPADDR_STRING(bp->bp_giaddr)); in bootp_print()