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

  /src/sys/fs/nfs/common/
bootp_subr.c 181 int badtag; member in struct:bootpc_tagcontext
1352 if (tctx->badtag != 0 || tctx->badopt != 0)
1371 tctx->badtag = 1;
1393 tctx->badtag = 0;
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)
bootp_subr.c 181 int badtag; member in struct:bootpc_tagcontext
1352 if (tctx->badtag != 0 || tctx->badopt != 0)
1371 tctx->badtag = 1;
1393 tctx->badtag = 0;
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)

Completed in 138 milliseconds