wimax-tools
1.4.4
|
#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>
Macros | |
#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 __STRINGFY | ( | a | ) | #a |
#define STRINGFY | ( | a | ) | __STRINGFY(a) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void w_abort | ( | int | result, |
const char * | fmt, | ||
... | |||
) |
Referenced by w_cmd_need_if().
void w_cmd_need_if | ( | struct wimaxll_handle * | wmx | ) |
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 | ||
) |
Referenced by w_abort().
const char* argp_program_bug_address = PACKAGE_BUGREPORT |
const char* argp_program_version = "wimaxll v" VERSION |