|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <errno.h>#include <pthread.h>#include <unistd.h>#include <usrsctp.h>Macros | |
| #define | MAX_PACKET_SIZE (1<<16) |
| #define | LINE_LENGTH 80 |
| #define | DISCARD_PPID 39 |
Functions | |
| void | debug_printf (const char *format,...) |
| int | main (int argc, char *argv[]) |
| #define DISCARD_PPID 39 |
| #define LINE_LENGTH 80 |
| #define MAX_PACKET_SIZE (1<<16) |
| void debug_printf | ( | const char * | format, |
| ... | |||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
1.8.13