HomeSort by: relevance | last modified time | path
    Searched defs:ip6po_usecoa (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6_src.c 299 if (ip6po_usecoa == 0) {
476 u_int8_t ip6po_usecoa = 0; local in function:in6_selectsrc
574 * a caller can specify IP6PO_USECOA to not to use a home
579 (opts->ip6po_flags & IP6PO_USECOA) != 0) {
580 ip6po_usecoa = 1;
in6_src.c 299 if (ip6po_usecoa == 0) {
476 u_int8_t ip6po_usecoa = 0; local in function:in6_selectsrc
574 * a caller can specify IP6PO_USECOA to not to use a home
579 (opts->ip6po_flags & IP6PO_USECOA) != 0) {
580 ip6po_usecoa = 1;

Completed in 27 milliseconds