Searched refs:ICMP6_MAXTYPE (Results 1 – 8 of 8) sorted by relevance
156 for (i = 0; i <= ICMP6_MAXTYPE; i++) { in domode()164 for (i = 0; i <= ICMP6_MAXTYPE; i++) { in domode()179 for (i = totalin = totalout = 0; i <= ICMP6_MAXTYPE; i++) { in showicmp6()
157 if (type > ICMP6_MAXTYPE) in fill_icmp6types()
1029 #ifndef ICMP6_MAXTYPE1030 # define ICMP6_MAXTYPE 205 macro
1850 extern int icmpreplytype6[ICMP6_MAXTYPE + 1];
4254 int icmpreplytype6[ICMP6_MAXTYPE + 1];9153 for (i = 0; i <= ICMP6_MAXTYPE; i++)
140 #define ICMP6_MAXTYPE 201 macro
773 return (type <= ICMP6_MAXTYPE && (cmd->d[type/32] & (1<<(type%32)) ) ); in icmp6type_match()849 if ((icmp6_type <= ICMP6_MAXTYPE) && in is_icmp6_query()
137 #define ICMP6_MAXTYPE 201 macro