Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip_fw_nptv6.h51 #define NPTV6_DYNAMIC_PREFIX 1 /* Use dynamic external prefix */ macro
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nptv6.h51 #define NPTV6_DYNAMIC_PREFIX 1 /* Use dynamic external prefix */ macro
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.h61 #define NPTV6_FLAGSMASK (NPTV6_DYNAMIC_PREFIX)
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()
/f-stack/tools/ipfw/
H A Dnptv6.c241 cfg->flags |= NPTV6_DYNAMIC_PREFIX; in nptv6_create()
275 if ((cfg->flags & NPTV6_DYNAMIC_PREFIX) == 0) in nptv6_create()
375 if (cfg->flags & NPTV6_DYNAMIC_PREFIX) in nptv6_show_cb()