Lines Matching refs:bcopy
106 bcopy("PXEClient", &bp_vend[2], 9); in bootp_fill_request()
112 bcopy("FreeBSD", &bp_vend[14], 7); in bootp_fill_request()
163 bcopy(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)); in bootp()
197 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()
200 bcopy(&dhcp_serverip.s_addr, &bp->bp_vend[15], 4); in bootp()
204 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()
223 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp()
339 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
385 bcopy(cp, &netmask, sizeof(netmask)); in vend_rfc1048()
388 bcopy(cp, &gateip.s_addr, sizeof(gateip.s_addr)); in vend_rfc1048()
392 bcopy(cp, &rootip.s_addr, sizeof(rootip.s_addr)); in vend_rfc1048()
436 bcopy(cp, &dhcp_serverip.s_addr, in vend_rfc1048()
697 bcopy(cp, &in_ip.s_addr, sizeof(in_ip.s_addr)); in setenv_()
711 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()
735 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()