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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c402 int ip6_hdrnestlimit = 15; /* How many header options will we process? */ variable
531 hdrnestlimit, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_hdrnestlimit, 0, "");
H A Dip6_var.h423 extern int ip6_hdrnestlimit; /* upper limit of # of extension headers */
H A Dip6_input.c1122 if (ip6_hdrnestlimit && (++nest > ip6_hdrnestlimit)) {

Completed in 26 milliseconds