Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_proto.c444 int ip6_hdrnestlimit = 15; /* How many header options will we process? */ variable
629 hdrnestlimit, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_hdrnestlimit, 0, "");
H A Dip6_var.h478 extern int ip6_hdrnestlimit; /* upper limit of # of extension headers */
H A Dip6_input.c1338 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) { in ip6_input()