HomeSort by: relevance | last modified time | path
    Searched refs:ip6_maxdynroutes (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 259 extern int ip6_maxdynroutes; /* Max # of routes created via redirect */
in6_proto.c 553 int ip6_maxdynroutes = 4096; /* Max # of routes created via redirect */ variable in typeref:typename:int
icmp6.c 2412 if (0 <= ip6_maxdynroutes && rtcount >= ip6_maxdynroutes) {
ip6_input.c 1803 NULL, 1, &ip6_maxdynroutes, 0,

Completed in 15 milliseconds