Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet6/
H A Dip_fw_nptv6.h51 #define NPTV6_DYNAMIC_PREFIX 1 /* Use dynamic external prefix */ macro
/freebsd-13.1/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c449 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_export_config()
541 MPASS(cfg->flags & NPTV6_DYNAMIC_PREFIX); in nptv6_find_prefix()
582 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in ifaddr_cb()
671 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) == 0 && ( in nptv6_create()
692 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
697 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) != 0 && in nptv6_create()
711 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
H A Dnptv6.h61 #define NPTV6_FLAGSMASK (NPTV6_DYNAMIC_PREFIX)
/freebsd-13.1/sbin/ipfw/
H A Dnptv6.c236 cfg->flags |= NPTV6_DYNAMIC_PREFIX; in nptv6_create()
270 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in nptv6_create()
370 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_show_cb()