Home
last modified time | relevance | path

Searched refs:IP6PO_TEMPADDR_SYSTEM (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_var.h162 #define IP6PO_TEMPADDR_SYSTEM -1 /* follow the system default */ macro
H A Dip6_output.c2520 opt->ip6po_prefer_tempaddr = IP6PO_TEMPADDR_SYSTEM; in ip6_initpktopts()
2586 int defpreftemp = IP6PO_TEMPADDR_SYSTEM; in ip6_getpcbopt()
3271 if (preftemp != IP6PO_TEMPADDR_SYSTEM && in ip6_setpktopt()
H A Din6_src.c408 opts->ip6po_prefer_tempaddr == IP6PO_TEMPADDR_SYSTEM) { in in6_selectsrc()