Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h262 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro
H A Dnd6_nbr.c583 ip6_output(m, NULL, NULL, (nonce != NULL) ? IPV6_UNSPECSRC : 0, in nd6_ns_output_fib()
H A Dmld6.c3162 error = ip6_output(m0, &mld_po, NULL, IPV6_UNSPECSRC, &im6o, in mld_dispatch_packet()
H A Dip6_output.c489 (flags & IPV6_UNSPECSRC) == 0) { in ip6_output()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h262 #define IPV6_UNSPECSRC 0x01 /* allow :: as the source address */ macro