HomeSort by: relevance | last modified time | path
    Searched defs:bp_giaddr (Results 1 - 4 of 4) 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/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.
  /src/external/bsd/tcpdump/dist/
print-bootp.c 72 nd_ipv4 bp_giaddr; /* gateway IP address */ member in struct:bootp
348 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_giaddr))
349 ND_PRINT("\n\t Gateway-IP %s", GET_IPADDR_STRING(bp->bp_giaddr));

Completed in 79 milliseconds