Lines Matching refs:bcopy

92 	bcopy(magic, pkt->cookie, sizeof (pkt->cookie));  in init_msg()
95 bcopy(mac_get_addr_buf()+2, &xid, 4); in init_msg()
99 bcopy(pkttype, pkt->options, 3); in init_msg()
123 bcopy(prlist, *opt, sizeof (prlist)); in parameter_request_list()
142 bcopy(mac_get_addr_buf(), p->chaddr, len); in set_hw_spec_data()
195 bcopy(dhcp_classid, *opt, dhcp_classid[1] + 2); in set_hw_spec_data()
272 bcopy(dhcp_rcv_bufp, pl->pkt, len); in bootp_collect()
422 bcopy(p->value, scratch, len); in prt_server_msg()
607 bcopy(pl->opts[CD_SERVER_ID]->value, in dhcp_decline()
619 bcopy(&t_server, opt, sizeof (struct in_addr)); in dhcp_decline()
634 bcopy(msg, opt, ulen); in dhcp_decline()
668 bcopy(&size, opt, sizeof (size)); in dhcp_selecting()
676 bcopy(&lease, opt, sizeof (lease)); in dhcp_selecting()
686 bcopy(dhcp_clientid, opt, dhcp_clientid_len); in dhcp_selecting()
771 bcopy(&size, opt, sizeof (size)); in dhcp_requesting()
777 bcopy(pl->opts[CD_SERVER_ID]->value, opt, in dhcp_requesting()
784 bcopy(pl->opts[CD_LEASE_TIME]->value, &t_time, in dhcp_requesting()
790 bcopy(&t_time, opt, sizeof (t_time)); in dhcp_requesting()
796 bcopy(&pl_pkt->yiaddr, opt, sizeof (struct in_addr)); in dhcp_requesting()
806 bcopy(dhcp_clientid, opt, dhcp_clientid_len); in dhcp_requesting()
903 bcopy(&dhcp_classid[2], scratch, dhcp_classid[1]); in dhcp_bound()
942 bcopy(doptp->value, &subnet, 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()
1025 bcopy(doptp->value, hostname, i); in dhcp_bound()
1261 bcopy(clientid, dhcp_clientid, clientid_len); in dhcp_set_client_id()