Searched refs:tmptag (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/nfs/ |
| D | bootp_subr.c | 189 struct bootpc_tagcontext tmptag; member 496 (void) bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received() 501 if (gctx->tmptag.badopt != 0) in bootpc_received() 504 p = bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received() 533 (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received() 536 bootpc_tag(&gctx->tmptag, &gctx->reply, in bootpc_received() 560 p = bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received() 562 if (p != NULL && gctx->tmptag.taglen == 4) { in bootpc_received() 570 ifctx->gotrootpath = (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received() 573 ifctx->gotgw = (bootpc_tag(&gctx->tmptag, &ifctx->reply, in bootpc_received() [all …]
|