Lines Matching refs:in_addr
317 inet(uint32_t size, struct in_addr *src, struct in_addr *dest, uint32_t tries, in inet()
602 struct in_addr nets, ours, t_server, t_yiaddr; in dhcp_decline()
606 pl->opts[CD_SERVER_ID]->len == sizeof (struct in_addr)) { in dhcp_decline()
618 *opt++ = sizeof (struct in_addr); in dhcp_decline()
619 bcopy(&t_server, opt, sizeof (struct in_addr)); in dhcp_decline()
620 opt += sizeof (struct in_addr); in dhcp_decline()
657 struct in_addr nets, ours; in dhcp_selecting()
716 struct in_addr nets, ours; in dhcp_requesting()
795 *opt++ = sizeof (struct in_addr); in dhcp_requesting()
796 bcopy(&pl_pkt->yiaddr, opt, sizeof (struct in_addr)); in dhcp_requesting()
797 opt += sizeof (struct in_addr); in dhcp_requesting()
843 s_n, inet_ntoa(*((struct in_addr *)wk-> in dhcp_requesting()
897 struct in_addr subnet, defr, savr, *ipp, xip; in dhcp_bound()
943 sizeof (struct in_addr)); in dhcp_bound()
980 items = doptp->len / sizeof (struct in_addr); in dhcp_bound()
982 bcopy(tp, &savr, sizeof (struct in_addr)); in dhcp_bound()
984 bcopy(tp, &defr, sizeof (struct in_addr)); in dhcp_bound()
995 tp += sizeof (struct in_addr); in dhcp_bound()