#ifndef MPLS_LINUX_NETLINK_H #define MPLS_LINUX_NETLINK_H extern int rtnl_open(); extern int rtnl_recvfrom(int fd); extern int send_nhlfe(int netlink,struct mpls_out_label_req *mol_req,int cmd); extern int send_ilm(int netlink,struct mpls_in_label_req *mil_req,int cmd); extern int send_ftn(int netlink,struct mpls_bind_fec_req *mbf_req,int cmd); extern int send_xc(int netlink,struct mpls_xconnect_req *mx_req,int cmd); extern int send_instr(int netlink,struct mpls_instruction_req *mir_req,int cmd); #endif