Home
last modified time | relevance | path

Searched refs:ICMP6_MAXTYPE (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/ipfw/
H A Dipv6.c168 if (type > ICMP6_MAXTYPE) in fill_icmp6types()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_compat.h1041 #ifndef ICMP6_MAXTYPE
1042 # define ICMP6_MAXTYPE 205 macro
H A Dip_fil.h1847 extern int icmpreplytype6[ICMP6_MAXTYPE + 1];
H A Dfil.c4362 int icmpreplytype6[ICMP6_MAXTYPE + 1];
9444 for (i = 0; i <= ICMP6_MAXTYPE; i++) in ipf_main_load()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h145 #define ICMP6_MAXTYPE 201 macro
/f-stack/freebsd/netinet/
H A Dicmp6.h141 #define ICMP6_MAXTYPE 201 macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c775 return (type <= ICMP6_MAXTYPE && (cmd->d[type/32] & (1<<(type%32)) ) ); in icmp6type_match()
851 if ((icmp6_type <= ICMP6_MAXTYPE) && in is_icmp6_query()