HomeSort by: relevance | last modified time | path
    Searched defs:giaddr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/rump_dhcpclient/
dhcp.h 149 uint32_t giaddr; /* should be zero in client's messages */ member in struct:dhcp_message
  /src/sys/fs/nfs/common/
bootp_subr.c 131 struct in_addr giaddr; member in struct:bootp_packet
868 if (gctx->reply.giaddr.s_addr !=
871 print_in_addr(gctx->reply.giaddr);
1440 ifctx->gw.sin_addr = ifctx->reply.giaddr;
1441 if (ifctx->reply.giaddr.s_addr != htonl(INADDR_ANY)) {
1443 print_in_addr(ifctx->reply.giaddr);

Completed in 13 milliseconds