Lines Matching refs:ldp_peer
55 struct ldp_peer { struct
75 SLIST_ENTRY(ldp_peer) peers; argument
77 extern SLIST_HEAD(ldp_peer_head,ldp_peer) ldp_peer_head;
80 struct ldp_peer *peer;
92 struct ldp_peer * ldp_peer_new(const struct in_addr *, const struct sockaddr *,
94 void ldp_peer_holddown(struct ldp_peer *);
95 void ldp_peer_delete(struct ldp_peer *);
96 struct ldp_peer * get_ldp_peer(const struct sockaddr *);
97 struct ldp_peer * get_ldp_peer_by_id(const struct in_addr *);
98 struct ldp_peer * get_ldp_peer_by_socket(int);
99 int add_ifaddresses(struct ldp_peer *, const struct al_tlv *);
100 int add_ifaddr(struct ldp_peer *, const struct sockaddr *);
101 int del_ifaddr(struct ldp_peer *, const struct sockaddr *);
102 struct ldp_peer_address * check_ifaddr(const struct ldp_peer *,
104 void print_bounded_addresses(const struct ldp_peer *);
105 void del_all_ifaddr(struct ldp_peer *);
106 int del_ifaddresses(struct ldp_peer *, const struct al_tlv *);
108 int ldp_peer_add_mapping(struct ldp_peer *, const struct sockaddr *, int, int);
109 int ldp_peer_delete_mapping(struct ldp_peer *, const struct sockaddr *, int);
110 void ldp_peer_delete_all_mappings(struct ldp_peer *);
115 struct label_mapping * ldp_peer_lm_right(struct ldp_peer *,