Lines Matching refs:bcopy
101 bcopy("PXEClient", &bp_vend[2], 9); in bootp_fill_request()
107 bcopy("illumos", &bp_vend[14], 7); in bootp_fill_request()
158 bcopy(vm_rfc1048, bp->bp_vend, sizeof(vm_rfc1048)); in bootp()
191 bcopy(&rbootp->bp_yiaddr, &bp->bp_vend[9], 4); in bootp()
194 bcopy(&dhcp_serverip.s_addr, &bp->bp_vend[15], 4); in bootp()
198 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()
217 bcopy(rbootp->bp_file, bootfile, sizeof(bootfile)); in bootp()
332 bcopy(bp, bootp_response, bootp_response_size); in bootprecv()
378 bcopy(cp, &netmask, sizeof(netmask)); in vend_rfc1048()
381 bcopy(cp, &gateip.s_addr, sizeof(gateip.s_addr)); in vend_rfc1048()
385 bcopy(cp, &rootip.s_addr, sizeof(rootip.s_addr)); in vend_rfc1048()
429 bcopy(cp, &dhcp_serverip.s_addr, in vend_rfc1048()
690 bcopy(cp, &in_ip.s_addr, sizeof(in_ip.s_addr)); in setenv_()
704 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()
728 bcopy(cp, buf, size); /* cannot overflow */ in setenv_()