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

  /src/sys/fs/nfs/common/
bootp_subr.c 180 int badopt; member in struct:bootpc_tagcontext
507 /* This call used for the side effect (badopt flag) */
513 if (gctx->tmptag.badopt != 0)
1352 if (tctx->badtag != 0 || tctx->badopt != 0)
1365 tctx->badopt = 1;
1392 tctx->badopt = 0;
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)
bootp_subr.c 180 int badopt; member in struct:bootpc_tagcontext
507 /* This call used for the side effect (badopt flag) */
513 if (gctx->tmptag.badopt != 0)
1352 if (tctx->badtag != 0 || tctx->badopt != 0)
1365 tctx->badopt = 1;
1392 tctx->badopt = 0;
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)
bootp_subr.c 180 int badopt; member in struct:bootpc_tagcontext
507 /* This call used for the side effect (badopt flag) */
513 if (gctx->tmptag.badopt != 0)
1352 if (tctx->badtag != 0 || tctx->badopt != 0)
1365 tctx->badopt = 1;
1392 tctx->badopt = 0;
1414 if (tctx->badopt != 0 || tctx->badtag != 0 || tctx->foundopt == 0)

Completed in 39 milliseconds