Searched defs:nets (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c602 struct in_addr nets, ours, t_server, t_yiaddr; local
621 nets.s_addr = htonl(INADDR_BROADCAST);
643 (void) inet(pkt_size, &ours, &nets, 0, 0L);
657 struct in_addr nets, ours; local
698 nets.s_addr = INADDR_BROADCAST;
702 return (inet(pkt_size, &ours, &nets, DHCP_RETRIES, DHCP_WAIT));
716 struct in_addr nets, ours; local
826 nets.s_addr = INADDR_BROADCAST;
830 if ((err = inet(pkt_size, &ours, &nets, 4, (time_t)2L)) != 0)

Completed in 57 milliseconds