Home
last modified time | relevance | path

Searched refs:IPL_VERSION (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dipl.h12 #define IPL_VERSION "IP Filter: v5.1.2" macro
H A Dfil.c239 char ipfilter_version[] = IPL_VERSION;
/freebsd/sbin/ipf/libipf/
H A Dcheckrev.c41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) { in checkrev()
/freebsd/sbin/ipf/ipf/
H A Dipf.c521 printf("ipf: %s (%d)\n", IPL_VERSION, (int)sizeof(frentry_t)); in showversion()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1495 snprintf(str1, sizeof(str1), "%s - %s - state top", hostnm, IPL_VERSION); in topipstates()