Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c447 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_export_config()
539 MPASS(cfg->flags & NPTV6_DYNAMIC_PREFIX); in nptv6_find_prefix()
580 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in ifaddr_cb()
669 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) == 0 && ( in nptv6_create()
690 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
695 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) != 0 && in nptv6_create()
709 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
H A Dnptv6.h59 #define NPTV6_FLAGSMASK (NPTV6_DYNAMIC_PREFIX)
/freebsd/sys/netinet6/
H A Dip_fw_nptv6.h49 #define NPTV6_DYNAMIC_PREFIX 1 /* Use dynamic external prefix */ macro
/freebsd/sbin/ipfw/
H A Dnptv6.c233 cfg->flags |= NPTV6_DYNAMIC_PREFIX; in nptv6_create()
267 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in nptv6_create()
367 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_show_cb()