ldp_peer
struct ldp_peer *peer = NULL;
label_reattach_all_peer_labels(const struct ldp_peer *p, int readd)
del_all_peer_labels(const struct ldp_peer * p, int readd)
label_check_assoc(struct ldp_peer *p)
const struct ldp_peer * p, uint32_t label, bool host)
const struct ldp_peer *p;
const union sockunion *, uint32_t, const struct ldp_peer *, uint32_t,
void del_all_peer_labels(const struct ldp_peer*, int);
void label_reattach_all_peer_labels(const struct ldp_peer*, int);
void label_check_assoc(struct ldp_peer *p);
struct ldp_peer *p;
struct ldp_peer *p;
struct ldp_peer *
struct ldp_peer *p;
ldp_peer_holddown(struct ldp_peer * p)
struct ldp_peer *p;
ldp_peer_delete(struct ldp_peer * p)
SLIST_REMOVE(&ldp_peer_head, p, ldp_peer, peers);
struct ldp_peer *
struct ldp_peer *p;
struct ldp_peer *
struct ldp_peer *p;
struct ldp_peer *
struct ldp_peer *p;
add_ifaddresses(struct ldp_peer * p, const struct al_tlv * a)
del_ifaddresses(struct ldp_peer * p, const struct al_tlv * a)
add_ifaddr(struct ldp_peer * p, const struct sockaddr * a)
del_ifaddr(struct ldp_peer * p, const struct sockaddr * a)
check_ifaddr(const struct ldp_peer * p, const struct sockaddr * a)
del_all_ifaddr(struct ldp_peer * p)
print_bounded_addresses(const struct ldp_peer * p)
ldp_peer_add_mapping(struct ldp_peer * p, const struct sockaddr * a,
ldp_peer_delete_mapping(struct ldp_peer * p, const struct sockaddr * a,
ldp_peer_get_lm(struct ldp_peer * p, const struct sockaddr * a,
ldp_peer_delete_all_mappings(struct ldp_peer * p)
struct ldp_peer *lpeer;
struct label_mapping * ldp_peer_lm_right(struct ldp_peer *p,
static struct label_mapping *ldp_peer_get_lm(struct ldp_peer *,
int add_ifaddr(struct ldp_peer *, const struct sockaddr *);
int del_ifaddr(struct ldp_peer *, const struct sockaddr *);
struct ldp_peer_address * check_ifaddr(const struct ldp_peer *,
void print_bounded_addresses(const struct ldp_peer *);
void del_all_ifaddr(struct ldp_peer *);
int del_ifaddresses(struct ldp_peer *, const struct al_tlv *);
int ldp_peer_add_mapping(struct ldp_peer *, const struct sockaddr *, int, int);
int ldp_peer_delete_mapping(struct ldp_peer *, const struct sockaddr *, int);
void ldp_peer_delete_all_mappings(struct ldp_peer *);
struct label_mapping * ldp_peer_lm_right(struct ldp_peer *,
SLIST_ENTRY(ldp_peer) peers;
extern SLIST_HEAD(ldp_peer_head,ldp_peer) ldp_peer_head;
struct ldp_peer *peer;
struct ldp_peer * ldp_peer_new(const struct in_addr *, const struct sockaddr *,
void ldp_peer_holddown(struct ldp_peer *);
void ldp_peer_delete(struct ldp_peer *);
struct ldp_peer * get_ldp_peer(const struct sockaddr *);
struct ldp_peer * get_ldp_peer_by_id(const struct in_addr *);
struct ldp_peer * get_ldp_peer_by_socket(int);
int add_ifaddresses(struct ldp_peer *, const struct al_tlv *);
mpls_add_ldp_peer(const struct ldp_peer * p)
mpls_delete_ldp_peer(const struct ldp_peer * p)
int mpls_add_ldp_peer(const struct ldp_peer *);
int mpls_delete_ldp_peer(const struct ldp_peer *);
struct ldp_peer *p;
send_notification(const struct ldp_peer * p, uint32_t msg, uint32_t code)
int send_notification(const struct ldp_peer *, uint32_t, uint32_t);
check_recv_pdu(const struct ldp_peer * p, const struct ldp_pdu * rpdu, int c)
int check_recv_pdu(const struct ldp_peer *, const struct ldp_pdu *, int);
send_initialize(const struct ldp_peer * p)
keep_alive(const struct ldp_peer * p)
recv_session_pdu(struct ldp_peer * p)
send_message(const struct ldp_peer * p, const struct ldp_pdu * pdu,
send_tlv(const struct ldp_peer * p, const struct tlv * t)
send_addresses(const struct ldp_peer * p)
struct ldp_peer *p, *ptmp;
struct ldp_peer *p;
void send_initialize(const struct ldp_peer *);
void keep_alive(const struct ldp_peer *);
void recv_session_pdu(struct ldp_peer *);
int send_message(const struct ldp_peer *, const struct ldp_pdu *,
int send_tlv(const struct ldp_peer *, const struct tlv *);
int send_addresses(const struct ldp_peer *);
withdraw_label(struct ldp_peer * p, struct fec_tlv * f)
send_label_tlv(const struct ldp_peer * peer, const struct sockaddr * addr,
struct ldp_peer *p;
send_all_bindings(const struct ldp_peer * peer)
send_withdraw_tlv(const struct ldp_peer * peer, const struct sockaddr * addr,
struct ldp_peer *p;
request_respond(const struct ldp_peer *p, const struct label_map_tlv *lmt,
map_label(struct ldp_peer * p, struct fec_tlv * f, struct label_tlv * l)
int map_label(struct ldp_peer *, struct fec_tlv *,
int withdraw_label(struct ldp_peer *, struct fec_tlv *);
void send_label_tlv(const struct ldp_peer *, const struct sockaddr *,
void send_all_bindings(const struct ldp_peer *);
void send_withdraw_tlv(const struct ldp_peer *, const struct sockaddr *,
int request_respond(const struct ldp_peer *, const struct label_map_tlv *,