Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_log.c168 int ipl_magic[IPL_LOGSIZE]; member
228 bcopy((char *)magic, (char *)softl->ipl_magic, sizeof(magic)); in ipf_log_soft_create()
590 ipl->ipl_magic = softl->ipl_magic[unit]; in ipf_log_items()
H A Dip_fil.h1019 u_32_t ipl_magic; member
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipmon.c1011 if (ipl.ipl_magic == IPL_MAGIC) in print_log()
1015 if (ipl.ipl_magic == IPL_MAGIC_NAT) in print_log()
1020 if (ipl.ipl_magic == IPL_MAGIC_STATE) in print_log()
H A Dipmon_y.y477 if ((a->ac_type != 0) && (a->ac_type != ipl->ipl_magic)) {