Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet6/
H A Dip_fw_nptv6.h49 #define NPTV6_DYNAMIC_PREFIX 1 /* Use dynamic external prefix */ macro
/freebsd-14.2/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c448 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_export_config()
540 MPASS(cfg->flags & NPTV6_DYNAMIC_PREFIX); in nptv6_find_prefix()
581 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in ifaddr_cb()
670 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) == 0 && ( in nptv6_create()
691 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
696 if ((uc->flags & NPTV6_DYNAMIC_PREFIX) != 0 && in nptv6_create()
710 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_create()
H A Dnptv6.h59 #define NPTV6_FLAGSMASK (NPTV6_DYNAMIC_PREFIX)
/freebsd-14.2/sbin/ipfw/
H A Dnptv6.c234 cfg->flags |= NPTV6_DYNAMIC_PREFIX; in nptv6_create()
268 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in nptv6_create()
368 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_show_cb()