#include <stdlib.h>
#include <malloc.h>
#include <string.h>
#include <stdio.h>
#include <sys/stat.h>
#include <unistd.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <time.h>
#include <signal.h>
#include <libnet.h>
#include "pcap.h"
#include "util.h"
#include "error.h"
#include "avl.h"
#include "var_set.h"
#include "array.h"
#include "st.h"
#include "list.h"
#include "heap.h"
#include "circbuf.h"
Go to the source code of this file.
Functions | |
| void | Os_DynamicallyLinkFunction (st_table *nameToFunction, char *aName, char *library) |
| Take a function name and the name of the library that implements it, and dynamically map in that functions code. Add a map from the function name to the actual function. | |
| void | Os_ThreadTest (int N) |
Definition in file os.h.
| void Os_DynamicallyLinkFunction | ( | st_table * | nameToFunction, | |
| char * | aName, | |||
| char * | library | |||
| ) |
| void Os_ThreadTest | ( | int | N | ) |