HomeSort by: relevance | last modified time | path
    Searched defs:replybuf (Results 1 - 4 of 4) sorted by relevancy

  /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...]

Completed in 49 milliseconds