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

Functions

struct rtnl_linknl_cli_link_alloc (void)
 
void nl_cli_link_parse_family (struct rtnl_link *link, char *arg)
 
void nl_cli_link_parse_name (struct rtnl_link *link, char *arg)
 
void nl_cli_link_parse_mtu (struct rtnl_link *link, char *arg)
 
void nl_cli_link_parse_ifindex (struct rtnl_link *link, char *arg)
 
void nl_cli_link_parse_txqlen (struct rtnl_link *link, char *arg)
 
void nl_cli_link_parse_weight (struct rtnl_link *link, char *arg)
 

Detailed Description

Function Documentation

struct rtnl_link* nl_cli_link_alloc ( void  )

References nl_cli_fatal(), and rtnl_link_alloc().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_family ( struct rtnl_link link,
char *  arg 
)

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

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_ifindex ( struct rtnl_link link,
char *  arg 
)

References nl_cli_parse_u32(), and rtnl_link_set_ifindex().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_mtu ( struct rtnl_link link,
char *  arg 
)

References nl_cli_parse_u32(), and rtnl_link_set_mtu().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_name ( struct rtnl_link link,
char *  arg 
)

References rtnl_link_set_name().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_txqlen ( struct rtnl_link link,
char *  arg 
)

References nl_cli_parse_u32(), and rtnl_link_set_txqlen().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void nl_cli_link_parse_weight ( struct rtnl_link link,
char *  arg 
)

References nl_cli_parse_u32(), and rtnl_link_set_weight().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: