Home
last modified time | relevance | path

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

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