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

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c547 if ((code < 0) || (code > sizeof(icmptoicmp6unreach)/sizeof(int)))
550 if ((code < 0) || (code >= sizeof(icmptoicmp6unreach)/sizeof(int)))
610 code = icmptoicmp6unreach[code];
H A Dip_fil.h1984 extern int icmptoicmp6unreach[ICMP_MAX_UNREACH];
H A Dfil.c4365 int icmptoicmp6unreach[ICMP_MAX_UNREACH] = { variable

Completed in 134 milliseconds