Searched refs:nets (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 602 struct in_addr nets, ours, t_server, t_yiaddr; in dhcp_decline() local 621 nets.s_addr = htonl(INADDR_BROADCAST); in dhcp_decline() 643 (void) inet(pkt_size, &ours, &nets, 0, 0L); in dhcp_decline() 657 struct in_addr nets, ours; in dhcp_selecting() local 698 nets.s_addr = INADDR_BROADCAST; in dhcp_selecting() 702 return (inet(pkt_size, &ours, &nets, DHCP_RETRIES, DHCP_WAIT)); in dhcp_selecting() 716 struct in_addr nets, ours; in dhcp_requesting() local 826 nets.s_addr = INADDR_BROADCAST; in dhcp_requesting() 830 if ((err = inet(pkt_size, &ours, &nets, 4, (time_t)2L)) != 0) in dhcp_requesting()
|
/titanic_50/usr/src/cmd/sendmail/cf/ |
H A D | README | 2375 and IP addresses/nets. It will abort the current
|