wimax-tools 1.4.4
|
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <assert.h>
#include <linux/types.h>
#include <netlink/msg.h>
#include <netlink/genl/genl.h>
#include <wimaxll.h>
#include "internal.h"
#include "debug.h"
#include "names-vals.h"
Functions | |
enum wimax_st | wimaxll_state_by_name (const char *name) |
const char * | wimaxll_state_to_name (enum wimax_st st) |
size_t | wimaxll_states_snprintf (char *str, size_t size) |
enum wimax_st wimaxll_state_by_name | ( | const char * | name | ) |
const char* wimaxll_state_to_name | ( | enum wimax_st | st | ) |
size_t wimaxll_states_snprintf | ( | char * | str, |
size_t | size | ||
) |