Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c156 int ipl_magic[IPL_LOGSIZE] = { IPL_MAGIC, IPL_MAGIC_NAT, IPL_MAGIC_STATE,
157 IPL_MAGIC, IPL_MAGIC, IPL_MAGIC,
158 IPL_MAGIC, IPL_MAGIC };
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y206 IPM_IPF { $$ = IPL_MAGIC; }
H A Dipmon.c960 if (ipl->ipl_magic == IPL_MAGIC)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h870 #define IPL_MAGIC 0x49504c4d /* 'IPLM' */ macro