libnl 3.7.0
|
PPP Object | |
struct rtnl_link * | rtnl_link_ppp_alloc (void) |
Allocate link object of type PPP. More... | |
int | rtnl_link_ppp_set_fd (struct rtnl_link *link, int32_t fd) |
Set PPP file descriptor. More... | |
int | rtnl_link_ppp_get_fd (struct rtnl_link *link, int32_t *fd) |
Get PPP file descriptor. More... | |
Link Type Name: "ppp"
PPP Documentation (Netlink Routing Development Guide)
struct rtnl_link * rtnl_link_ppp_alloc | ( | void | ) |
Allocate link object of type PPP.
Definition at line 150 of file ppp.c.
References rtnl_link_alloc(), rtnl_link_put(), and rtnl_link_set_type().
int rtnl_link_ppp_set_fd | ( | struct rtnl_link * | link, |
int32_t | fd | ||
) |