Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c127 int ipl_magic[IPL_LOGSIZE]; member
188 bcopy((char *)magic, (char *)softl->ipl_magic, sizeof(magic)); in ipf_log_soft_create()
543 ipl->ipl_magic = softl->ipl_magic[unit]; in ipf_log_items()
H A Dip_fil.h961 u_32_t ipl_magic; member
/freebsd/sbin/ipf/ipmon/
H A Dipmon.c993 if (ipl->ipl_magic == IPL_MAGIC) in print_log()
997 if (ipl->ipl_magic == IPL_MAGIC_NAT) in print_log()
1001 if (ipl->ipl_magic == IPL_MAGIC_STATE) in print_log()
H A Dipmon_y.y471 if ((a->ac_type != 0) && (a->ac_type != ipl->ipl_magic)) { in check_action()