#include "vsl_rcp.h"
#include "vsl_api.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "vsl.h"
#include <pwd.h>
#include <strings.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <signal.h>
#include "vfer.h"
Go to the source code of this file.
Data Structures | |
| struct | vsl_rcpd_info |
| info structure used for parsing the command line arguments and options of test_rcpd More... | |
Functions | |
| int | main (int argc, char **argv) |
| void | sig_handler (int sig) |
Definition in file vsl_rcpd.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
main
Definition at line 49 of file vsl_rcpd.c.
| void sig_handler | ( | int | sig | ) |
This function is a catcher of SIGINT signal, installed in main()
Definition at line 40 of file vsl_rcpd.c.
1.4.7