/src/sys/nfs/ |
nfs_bootdhcp.c | 296 struct bootp *replybuf; member in struct:bootpcontext 394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); 395 bootp = bpc->replybuf; 507 bpc.replybuf = NULL; 629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); 630 if (bpc.replybuf == NULL) 649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); 673 * the buffer at bpc.replybuf. 681 inet_ntoa(bpc.replybuf->bp_siaddr)); 683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags) [all...] |
nfs_bootdhcp.c | 296 struct bootp *replybuf; member in struct:bootpcontext 394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); 395 bootp = bpc->replybuf; 507 bpc.replybuf = NULL; 629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); 630 if (bpc.replybuf == NULL) 649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); 673 * the buffer at bpc.replybuf. 681 inet_ntoa(bpc.replybuf->bp_siaddr)); 683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags) [all...] |
nfs_bootdhcp.c | 296 struct bootp *replybuf; member in struct:bootpcontext 394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); 395 bootp = bpc->replybuf; 507 bpc.replybuf = NULL; 629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); 630 if (bpc.replybuf == NULL) 649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); 673 * the buffer at bpc.replybuf. 681 inet_ntoa(bpc.replybuf->bp_siaddr)); 683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags) [all...] |
nfs_bootdhcp.c | 296 struct bootp *replybuf; member in struct:bootpcontext 394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); 395 bootp = bpc->replybuf; 507 bpc.replybuf = NULL; 629 bpc.replybuf = malloc(BOOTP_SIZE_MAX, M_DEVBUF, M_WAITOK); 630 if (bpc.replybuf == NULL) 649 memcpy(&bootp->bp_vend[index], &bpc.replybuf->bp_yiaddr, 4); 673 * the buffer at bpc.replybuf. 681 inet_ntoa(bpc.replybuf->bp_siaddr)); 683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags) [all...] |