Home
last modified time | relevance | path

Searched refs:tmptag (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/nfs/
H A Dbootp_subr.c187 struct bootpc_tagcontext tmptag; member
397 (void) bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received()
402 if (gctx->tmptag.badopt != 0) in bootpc_received()
405 p = bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received()
434 (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received()
437 bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received()
460 p = bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received()
462 if (p != NULL && gctx->tmptag.taglen == 4) { in bootpc_received()
470 ifctx->gotrootpath = (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received()
473 ifctx->gotgw = (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received()
[all …]