Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dip6_var.h231 #define IP6PO_TEMPADDR_SYSTEM -1 /* follow the system default */ macro
H A Dip6_output.c3182 opt->ip6po_prefer_tempaddr = IP6PO_TEMPADDR_SYSTEM; in ip6_initpktopts()
3210 int defpreftemp = IP6PO_TEMPADDR_SYSTEM; in ip6_getpcbopt()
4042 if (preftemp != IP6PO_TEMPADDR_SYSTEM && in ip6_setpktopt()
H A Din6_src.c874 opts->ip6po_prefer_tempaddr == IP6PO_TEMPADDR_SYSTEM) { in in6_selectsrc()