Lines Matching refs:ours
243 * a BOOTP reply pkt, with the same XID and HW address as ours. Adds
432 * DHCP OFFER (not BOOTP), same client_id as ours, same class_id,
602 struct in_addr nets, ours, t_server, t_yiaddr;
628 ipv4_getipaddr(&ours); /* Could be 0, could be yiaddr */
629 ours.s_addr = htonl(ours.s_addr);
643 (void) inet(pkt_size, &ours, &nets, 0, 0L);
657 struct in_addr nets, ours;
699 ours.s_addr = INADDR_ANY;
702 return (inet(pkt_size, &ours, &nets, DHCP_RETRIES, DHCP_WAIT));
716 struct in_addr nets, ours;
827 ours.s_addr = INADDR_ANY;
830 if ((err = inet(pkt_size, &ours, &nets, 4, (time_t)2L)) != 0)