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

  /src/usr.sbin/npf/npfctl/
npf_show.c 478 unsigned negbm; member in struct:npfctl_print_filter_seg::__anon02366b2e0508
484 .negbm = UINT64_C(1) << BM_SRC_NEG,
490 .negbm = UINT64_C(1) << BM_DST_NEG,
493 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
526 unsigned negbm; member in struct:npfctl_print_l2filter_seg::__anon02366b2e0608
531 .negbm = UINT64_C(1) << BM_SRC_ENEG,
536 .negbm = UINT64_C(1) << BM_DST_ENEG,
539 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
npf_show.c 478 unsigned negbm; member in struct:npfctl_print_filter_seg::__anon02366b2e0508
484 .negbm = UINT64_C(1) << BM_SRC_NEG,
490 .negbm = UINT64_C(1) << BM_DST_NEG,
493 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
526 unsigned negbm; member in struct:npfctl_print_l2filter_seg::__anon02366b2e0608
531 .negbm = UINT64_C(1) << BM_SRC_ENEG,
536 .negbm = UINT64_C(1) << BM_DST_ENEG,
539 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
npf_show.c 478 unsigned negbm; member in struct:npfctl_print_filter_seg::__anon02366b2e0508
484 .negbm = UINT64_C(1) << BM_SRC_NEG,
490 .negbm = UINT64_C(1) << BM_DST_NEG,
493 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
526 unsigned negbm; member in struct:npfctl_print_l2filter_seg::__anon02366b2e0608
531 .negbm = UINT64_C(1) << BM_SRC_ENEG,
536 .negbm = UINT64_C(1) << BM_DST_ENEG,
539 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
npf_show.c 478 unsigned negbm; member in struct:npfctl_print_filter_seg::__anon02366b2e0508
484 .negbm = UINT64_C(1) << BM_SRC_NEG,
490 .negbm = UINT64_C(1) << BM_DST_NEG,
493 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";
526 unsigned negbm; member in struct:npfctl_print_l2filter_seg::__anon02366b2e0608
531 .negbm = UINT64_C(1) << BM_SRC_ENEG,
536 .negbm = UINT64_C(1) << BM_DST_ENEG,
539 const char *neg = !!(ctx->seen_marks & refs[which].negbm) ? "! " : "";

Completed in 47 milliseconds