Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_log.c173 static int magic[IPL_LOGSIZE] = { IPL_MAGIC, IPL_MAGIC_NAT, IPL_MAGIC_STATE,
174 IPL_MAGIC, IPL_MAGIC, IPL_MAGIC,
175 IPL_MAGIC, IPL_MAGIC };
H A Dip_fil.h1030 #define IPL_MAGIC 0x49504c4d /* 'IPLM' */ macro
/netbsd/external/bsd/ipf/dist/tools/
H A Dipmon_y.y236 IPM_IPF { $$ = IPL_MAGIC; }
H A Dipmon.c1011 if (ipl.ipl_magic == IPL_MAGIC) in print_log()