Home
last modified time | relevance | path

Searched refs:pl_pkt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c712 PKT *pkt, *pl_pkt; in dhcp_requesting() local
729 pl_pkt = pl->pkt; in dhcp_requesting()
737 if (mac_call_arp(&pl_pkt->yiaddr, NULL, DHCP_ARP_TIMEOUT)) { in dhcp_requesting()
740 inet_ntoa(pl_pkt->yiaddr)); in dhcp_requesting()
796 bcopy(&pl_pkt->yiaddr, opt, sizeof (struct in_addr)); in dhcp_requesting()
857 pl_pkt = state_pl->pkt; in dhcp_requesting()
859 if (!mac_call_arp(&pl_pkt->yiaddr, NULL, DHCP_ARP_TIMEOUT)) { in dhcp_requesting()
892 PKT *pl_pkt = state_pl->pkt; in dhcp_bound() local
915 ipp = &pl_pkt->yiaddr; in dhcp_bound()