netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Collaboration diagram for Neighbour:

Functions

struct rtnl_neighnl_cli_neigh_alloc (void)
 
void nl_cli_neigh_parse_dst (struct rtnl_neigh *neigh, char *arg)
 
void nl_cli_neigh_parse_lladdr (struct rtnl_neigh *neigh, char *arg)
 
void nl_cli_neigh_parse_dev (struct rtnl_neigh *neigh, struct nl_cache *link_cache, char *arg)
 
void nl_cli_neigh_parse_family (struct rtnl_neigh *neigh, char *arg)
 
void nl_cli_neigh_parse_state (struct rtnl_neigh *neigh, char *arg)
 

Detailed Description

Function Documentation

struct rtnl_neigh* nl_cli_neigh_alloc ( void  )

References nl_cli_fatal(), and rtnl_neigh_alloc().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_neigh_parse_dev ( struct rtnl_neigh neigh,
struct nl_cache link_cache,
char *  arg 
)

References nl_cli_fatal(), rtnl_link_name2i(), and rtnl_neigh_set_ifindex().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_neigh_parse_dst ( struct rtnl_neigh neigh,
char *  arg 
)

References nl_addr_put(), nl_cli_addr_parse(), nl_cli_fatal(), nl_geterror(), rtnl_neigh_get_family(), and rtnl_neigh_set_dst().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_neigh_parse_family ( struct rtnl_neigh neigh,
char *  arg 
)

References nl_cli_fatal(), nl_str2af(), and rtnl_neigh_set_family().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_neigh_parse_lladdr ( struct rtnl_neigh neigh,
char *  arg 
)

References nl_addr_put(), nl_cli_addr_parse(), and rtnl_neigh_set_lladdr().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_neigh_parse_state ( struct rtnl_neigh neigh,
char *  arg 
)

References nl_cli_fatal(), rtnl_neigh_set_state(), rtnl_neigh_str2state(), and state.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: