|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "getopt_s.h"#include <stdio.h>#include <stdlib.h>#include <errno.h>#include <signal.h>#include <string.h>#include <time.h>#include "srtp.h"#include "rtp.h"#include "util.h"Macros | |
| #define | DICT_FILE "/usr/share/dict/words" |
| #define | USEC_RATE (5e5) |
| #define | MAX_WORD_LEN 128 |
| #define | ADDR_IS_MULTICAST(a) IN_MULTICAST(htonl(a)) |
| #define | MAX_KEY_LEN 96 |
| #define | usleep(us) sleep((us)/1000000) |
Enumerations | |
| enum | program_type { sender, receiver, unknown } |
Functions | |
| void | usage (char *prog_name) |
| void | leave_group (int sock, struct ip_mreq mreq, char *name) |
| int | setup_signal_handler (char *name) |
| int | main (int argc, char *argv[]) |
| void | handle_signal (int signum) |
Variables | |
| volatile int | interrupted = 0 |
| #define DICT_FILE "/usr/share/dict/words" |
| #define MAX_KEY_LEN 96 |
| #define MAX_WORD_LEN 128 |
| #define USEC_RATE (5e5) |
| #define usleep | ( | us | ) | sleep((us)/1000000) |
| void handle_signal | ( | int | signum | ) |
| void leave_group | ( | int | sock, |
| struct ip_mreq | mreq, | ||
| char * | name | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| int setup_signal_handler | ( | char * | name | ) |
| volatile int interrupted = 0 |
1.8.13