Lines Matching refs:bcopy
100 bcopy("PXEClient", &bp_vend[2], 9); in bootp_fill_request()
106 bcopy("FreeBSD", &bp_vend[14], 7); in bootp_fill_request()
151 bcopy(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)); in bootp()
185 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()
188 bcopy(&dhcp_serverip.s_addr, &bp->bp_vend[15], 4); in bootp()
192 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()
211 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp()
297 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
340 bcopy(cp, &netmask, sizeof(netmask)); in vend_rfc1048()
343 bcopy(cp, &gateip.s_addr, sizeof(gateip.s_addr)); in vend_rfc1048()
347 bcopy(cp, &rootip.s_addr, sizeof(rootip.s_addr)); in vend_rfc1048()
391 bcopy(cp, &dhcp_serverip.s_addr, in vend_rfc1048()
652 bcopy(cp, &in_ip.s_addr, sizeof(in_ip.s_addr)); in setenv_()
666 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()
690 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()