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

  /src/external/bsd/wpa/dist/src/ap/
Makefile 14 accounting.o \
  /src/external/bsd/openldap/dist/tests/data/regressions/its8667/
its8667 50 echo "Populating accounting database..."
51 $SLAPADD -F $CFPRO -b "dc=accounting,dc=example,dc=com" -l $ITSDIR/accounting.ldif >> $TESTOUT 2>&1
54 echo "slapadd failed for accounting database ($RC)!"
93 echo "Verifying Accounting subordinate is not found..."
94 grep "dn: ou=Accounting,dc=example,dc=com" $TESTDIR/slapcat.out >> $TESTOUT 2>&1
98 echo "test failed - Accounting subordinate found."
  /src/etc/rc.d/
Makefile 18 accounting altqd amd apmd automount automountd autounmountd \
  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_cfg.h 91 int accounting; member in struct:isakmp_cfg_config
124 /* For accounting */
isakmp_cfg.c 830 plog(LLV_ERROR, LOCATION, NULL, "Accounting failed\n");
1284 plog(LLV_ERROR, LOCATION, NULL, "Accounting failed\n");
1404 /* Accounting, only for RADIUS or PAM */
1409 if (isakmp_cfg_config.accounting == ISAKMP_CFG_ACCT_PAM)
1414 if (isakmp_cfg_config.accounting == ISAKMP_CFG_ACCT_RADIUS)
1417 if (isakmp_cfg_config.accounting == ISAKMP_CFG_ACCT_SYSTEM)
1611 "system accounting : no login found\n");
1628 "Accounting : '%s' logging on '%s' from %s.\n",
1638 "Accounting : '%s' unlogging from '%s'.\n",
2078 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_NONE
    [all...]
cfparse.y 1117 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_NONE;
1126 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_SYSTEM;
1136 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_RADIUS;
1149 isakmp_cfg_config.accounting = ISAKMP_CFG_ACCT_PAM;
isakmp_xauth.c 512 if ((isakmp_cfg_config.accounting == ISAKMP_CFG_ACCT_RADIUS) &&
  /src/etc/defaults/
rc.conf 139 accounting=NO # uses /var/account/acct
  /src/external/bsd/wpa/bin/hostapd/
Makefile 11 accounting.c \
  /src/external/bsd/wpa/dist/hostapd/
Android.mk 182 OBJS += src/ap/accounting.c
  /src/external/mit/expat/dist/lib/
xmlparse.c 458 typedef struct accounting { struct
464 } ACCOUNTING;
817 ACCOUNTING m_accounting;
920 // Update accounting
959 // Update accounting
1004 // Ask for permission from accounting
1023 // Update accounting
1546 memset(&parser->m_accounting, 0, sizeof(ACCOUNTING));
8581 "expat: Accounting(%p): Direct " EXPAT_FMT_ULL(

Completed in 84 milliseconds