webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.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 (1<<20) |
#define | DISCARD_PPID 39 |
Functions | |
void | debug_printf (const char *format,...) |
int | main (void) |
#define DISCARD_PPID 39 |
#define LINE_LENGTH (1<<20) |
#define MAX_PACKET_SIZE (1<<16) |
void debug_printf | ( | const char * | format, |
... | |||
) |
int main | ( | void | ) |