libnl 3.10.0

Functions

struct rtnl_nh * nl_cli_nh_alloc (void)
 
struct nl_cache * nl_cli_nh_alloc_cache_family_flags (struct nl_sock *sock, int family, unsigned int flags)
 
struct nl_cache * nl_cli_nh_alloc_cache_family (struct nl_sock *sock, int family)
 
struct nl_cache * nl_cli_nh_alloc_cache (struct nl_sock *sock)
 
struct nl_cache * nl_cli_nh_alloc_cache_flags (struct nl_sock *sock, unsigned int flags)
 

Detailed Description

Function Documentation

◆ nl_cli_nh_alloc()

struct rtnl_nh * nl_cli_nh_alloc ( void )

Definition at line 21 of file nh.c.

◆ nl_cli_nh_alloc_cache_family_flags()

struct nl_cache * nl_cli_nh_alloc_cache_family_flags ( struct nl_sock * sock,
int family,
unsigned int flags )

Definition at line 32 of file nh.c.

◆ nl_cli_nh_alloc_cache_family()

struct nl_cache * nl_cli_nh_alloc_cache_family ( struct nl_sock * sock,
int family )

Definition at line 48 of file nh.c.

◆ nl_cli_nh_alloc_cache()

struct nl_cache * nl_cli_nh_alloc_cache ( struct nl_sock * sock)

Definition at line 53 of file nh.c.

◆ nl_cli_nh_alloc_cache_flags()

struct nl_cache * nl_cli_nh_alloc_cache_flags ( struct nl_sock * sock,
unsigned int flags )

Definition at line 58 of file nh.c.