6#ifndef NETLINK_LINK_PPP_H_
7#define NETLINK_LINK_PPP_H_
9#include <netlink/netlink.h>
10#include <netlink/route/link.h>
int rtnl_link_ppp_get_fd(struct rtnl_link *, int32_t *)
Get PPP file descriptor.
int rtnl_link_ppp_set_fd(struct rtnl_link *, int32_t)
Set PPP file descriptor.
struct rtnl_link * rtnl_link_ppp_alloc(void)
Allocate link object of type PPP.