nservの解析
 
&counter([total|today|yesterday]); - 0 - 0 - 20
 



nservディレクトリ内のファイル

tinet/netappディレクトリ内のファイル

tinet/netapp/dbg_cons.cfg

tinet/netapp/dbg_cons.h

tinet/netapp/dbg_cons.c

dbg_con_task()

ifコマンドの処理方法

    case 'i':

        if (*(line + 1) == 'f')
            ifconfig(line + 2);
        break;

nrコマンドの処理方法

etコマンドの処理方法

        case 't':   /* TCP echo client */
            line += 2;
            if ((error = psnd_dtq(DTQ_TCP_ECHO_CLI, (VP_INT)line)) != E_OK) /* データキューでコマンドラインを渡す */
                syslog(LOG_NOTICE, "[TCP ECHO CON] error: %s",
                       itron_strerror(error));
            break;

tinet/netapp/echo.h

tinet/netapp/tcp_echo_cli.cfg

tinet/netapp/tcp_echo_cli.c


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS