Searched refs:IPL_LOGIPF (Results 1 – 16 of 16) sorted by relevance
/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | printpooldata.c | 34 case IPL_LOGIPF :
|
H A D | printhashdata.c | 56 case IPL_LOGIPF :
|
H A D | printpool.c | 44 case IPL_LOGIPF :
|
H A D | printhash.c | 68 case IPL_LOGIPF :
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ippool.c | 148 role = IPL_LOGIPF; 232 role = IPL_LOGIPF; 820 role = IPL_LOGIPF;
|
H A D | ipmon.c | 959 if (logtype == IPL_LOGIPF) { 1478 fdt[0] = IPL_LOGIPF; 1497 fdt[0] = IPL_LOGIPF; 1520 fdt[0] = IPL_LOGIPF; 1578 fdt[0] = IPL_LOGIPF;
|
H A D | ipftest.c | 332 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD); in ipftestioctl() 482 i = iplioctl(IPL_LOGIPF, cmd, data, FWRITE|FREAD);
|
H A D | ip_fil.c | 300 error = COPYOUT(&ifs->ifs_iplused[IPL_LOGIPF], (caddr_t)data, 301 sizeof(ifs->ifs_iplused[IPL_LOGIPF]));
|
H A D | ippool_y.y | 152 IPT_ROLE '=' IPT_IPF { $$ = IPL_LOGIPF; }
|
H A D | ipf_y.y | 189 (*ipfaddfunc)(ipffd, ipfioctl[IPL_LOGIPF], fr); 335 ipfioctl[IPL_LOGIPF]); 2139 pool.ipo_unit = IPL_LOGIPF; 2183 iph.iph_unit = IPL_LOGIPF;
|
H A D | ipfstat.c | 1691 static int gnums[3] = { IPL_LOGIPF, IPL_LOGCOUNT, IPL_LOGAUTH };
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 367 iph->iph_flags, IPL_LOGIPF, 402 fr_delgroup(ipe->ipe_group, IPL_LOGIPF,
|
H A D | fil.c | 3376 if (unit == IPL_LOGIPF && *group == '\0') 3604 if (unit == IPL_LOGIPF) { 4166 fiop->f_locks[IPL_LOGIPF] = ifs->ifs_fr_frag_lock; 4335 ipo = ip_pool_find(IPL_LOGIPF, name, ifs); 4344 iph = fr_findhtable(IPL_LOGIPF, name, ifs); 5053 iph = fr_findhtable(IPL_LOGIPF, name, ifs); 5609 case IPL_LOGIPF : 6920 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs); 6921 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs); 7324 fg = fr_findgroup(it.iri_group, IPL_LOGIPF,
|
H A D | ip_fil_solaris.c | 310 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE|FR_INACTIVE, ifs); 311 (void) frflush(IPL_LOGIPF, 0, FR_INQUE|FR_OUTQUE, ifs); 839 if (unit != IPL_LOGIPF) { 1053 tmp = (int)ifs->ifs_iplused[IPL_LOGIPF];
|
H A D | ip_log.c | 407 return ipllog(IPL_LOGIPF, fin, ptrs, sizes, types, 2, fin->fin_ifs);
|
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 935 #define IPL_LOGIPF 0 /* Minor device #'s for accessing logs */ macro
|