Home | History | Annotate | Download | only in racoon

Lines Matching full:inout

1426 isakmp_cfg_accounting(iph1, inout)
1428 int inout;
1433 inout);
1437 return isakmp_cfg_accounting_radius(iph1, inout);
1441 iph1->remote, iph1->mode_cfg->login, inout);
1447 isakmp_cfg_accounting_pam(port, inout)
1449 int inout;
1466 switch (inout) {
1476 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");
1493 isakmp_cfg_accounting_radius(iph1, inout)
1495 int inout;
1531 switch (inout) {
1533 inout = RAD_START;
1536 inout = RAD_STOP;
1539 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");
1559 if (rad_put_int(radius_acct_state, RAD_ACCT_STATUS_TYPE, inout) != 0) {
1651 isakmp_cfg_accounting_system(port, raddr, usr, inout)
1655 int inout;
1670 switch (inout) {
1701 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");