#include <stdlib.h>
#include <string.h>
#include <error.h>
#include <net/if.h>
#include <errno.h>
#include <argp.h>
#include <dlfcn.h>
#include <wimaxll.h>
#include <wimaxll/version.h>
#include "config.h"
#include <wimaxll/cmd.h>
#include <glib.h>
#include <stdarg.h>
Defines |
#define | __STRINGFY(a) #a |
#define | STRINGFY(a) __STRINGFY(a) |
Functions |
void | w_msg (unsigned level, const char *file, unsigned line, const char *fmt,...) |
void | w_vmsg (unsigned level, const char *file, unsigned line, const char *fmt, va_list vargs) |
void | w_abort (int result, const char *fmt,...) |
int | w_cmd_register (struct cmd *cmd) |
void | w_cmd_unregister (struct cmd *cmd) |
void | w_cmd_need_if (struct wimaxll_handle *wmx) |
int | main (int argc, char **argv) |
Variables |
struct main_args | main_args |
const char * | argp_program_version = "wimaxll v" VERSION |
const char * | argp_program_bug_address = PACKAGE_BUGREPORT |
Define Documentation
#define __STRINGFY |
( |
|
a | ) |
#a |
#define STRINGFY |
( |
|
a | ) |
__STRINGFY(a) |
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void w_abort |
( |
int |
result, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
int w_cmd_register |
( |
struct cmd * |
cmd | ) |
|
void w_cmd_unregister |
( |
struct cmd * |
cmd | ) |
|
void w_msg |
( |
unsigned |
level, |
|
|
const char * |
file, |
|
|
unsigned |
line, |
|
|
const char * |
fmt, |
|
|
|
... |
|
) |
| |
void w_vmsg |
( |
unsigned |
level, |
|
|
const char * |
file, |
|
|
unsigned |
line, |
|
|
const char * |
fmt, |
|
|
va_list |
vargs |
|
) |
| |
Variable Documentation