Home | History | Annotate | Download | only in racoon

Lines Matching full:inout

1424 isakmp_cfg_accounting(iph1, inout)
1426 int inout;
1431 inout);
1435 return isakmp_cfg_accounting_radius(iph1, inout);
1439 iph1->remote, iph1->mode_cfg->login, inout);
1445 isakmp_cfg_accounting_pam(port, inout)
1447 int inout;
1464 switch (inout) {
1474 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");
1491 isakmp_cfg_accounting_radius(iph1, inout)
1493 int inout;
1529 switch (inout) {
1531 inout = RAD_START;
1534 inout = RAD_STOP;
1537 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");
1557 if (rad_put_int(radius_acct_state, RAD_ACCT_STATUS_TYPE, inout) != 0) {
1647 isakmp_cfg_accounting_system(port, raddr, usr, inout)
1651 int inout;
1666 switch (inout) {
1697 plog(LLV_ERROR, LOCATION, NULL, "Unepected inout\n");