Home
last modified time | relevance | path

Searched refs:IP6_STAT_NOGIF (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet6/
H A Din6_gif.c274 IP6_STATINC(IP6_STAT_NOGIF); in in6_gif_input()
284 IP6_STATINC(IP6_STAT_NOGIF); in in6_gif_input()
294 IP6_STATINC(IP6_STAT_NOGIF); in in6_gif_input()
344 IP6_STATINC(IP6_STAT_NOGIF); in in6_gif_input()
H A Dip6_var.h165 #define IP6_STAT_NOGIF 315 /* no match gif found */ macro
/netbsd-src/usr.bin/systat/
H A Dip6.c149 SHOW(IP6_STAT_NOGIF, 9, 0); in showip6()
/netbsd-src/usr.bin/netstat/
H A Dinet6.c733 p(IP6_STAT_NOGIF, "\t%llu tunneling packet%s that can't find gif\n"); in ip6_stats()