Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDipl.h14 #define IPL_VERSION "IP Filter: v5.1.2" macro
HDfil.c243 char ipfilter_version[] = IPL_VERSION;
/freebsd-14-stable/sbin/ipf/libipf/
HDcheckrev.c41 if (strncmp(IPL_VERSION, fio.f_version, sizeof(fio.f_version))) { in checkrev()
/freebsd-14-stable/sbin/ipf/ipf/
HDipf.c525 printf("ipf: %s (%d)\n", IPL_VERSION, (int)sizeof(frentry_t)); in showversion()
/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c1499 snprintf(str1, sizeof(str1), "%s - %s - state top", hostnm, IPL_VERSION); in topipstates()