HomeSort by: relevance | last modified time | path
    Searched refs:IPL_LOGALL (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printunit.c 43 case IPL_LOGALL :
  /src/external/bsd/ipf/dist/tools/
ippool.c 419 role = IPL_LOGALL;
532 role = IPL_LOGALL;
659 role = IPL_LOGALL;
751 if (role != IPL_LOGALL) {
766 role = IPL_LOGALL;
780 if (role != IPL_LOGALL) {
817 if (role != IPL_LOGALL) {
851 if (role != IPL_LOGALL) {
884 if (role != IPL_LOGALL) {
ippool_y.y 191 | IPT_ALL { $$ = IPL_LOGALL; }
464 iplo.ipo_unit = IPL_LOGALL;
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 227 fop.iplf_unit = IPL_LOGALL;
704 if (unit == IPL_LOGALL) {
791 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) {
ip_pool.c 604 if (unit == IPL_LOGALL) {
645 if (unit == IPL_LOGALL) {
ip_lookup.c 86 * and represents a "wildcard" or "all" units (IPL_LOGALL). The reason for not
695 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) {
ip_dstlist.c 763 if (unit == IPL_LOGALL) {
ip_fil.h 1106 #define IPL_LOGALL -1
  /src/external/bsd/ipf/dist/
ip_htable.c 218 fop.iplf_unit = IPL_LOGALL;
736 if (unit == IPL_LOGALL) {
832 if (op->iplf_unit == i || op->iplf_unit == IPL_LOGALL) {
ip_pool.c 613 if (unit == IPL_LOGALL) {
657 if (unit == IPL_LOGALL) {
ip_lookup.c 70 * and represents a "wildcard" or "all" units (IPL_LOGALL). The reason for not
712 if (iter.ili_unit < IPL_LOGALL && iter.ili_unit > IPL_LOGMAX) {
ip_dstlist.c 797 if (unit == IPL_LOGALL) {

Completed in 82 milliseconds