HomeSort by: relevance | last modified time | path
    Searched refs:ldp_peer (Results 1 - 18 of 18) sorted by relevancy

  /src/usr.sbin/ldpd/
mpls_interface.h 39 int mpls_add_ldp_peer(const struct ldp_peer *);
40 int mpls_delete_ldp_peer(const struct ldp_peer *);
ldp_peer.h 1 /* $NetBSD: ldp_peer.h,v 1.9 2020/04/22 23:53:27 joerg Exp $ */
55 struct ldp_peer { struct
75 SLIST_ENTRY(ldp_peer) peers;
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 *)
    [all...]
tlv_stack.h 35 #include "ldp_peer.h"
42 int map_label(struct ldp_peer *, struct fec_tlv *,
44 int withdraw_label(struct ldp_peer *, struct fec_tlv *);
46 void send_label_tlv(const struct ldp_peer *, const struct sockaddr *,
49 void send_all_bindings(const struct ldp_peer *);
50 void send_withdraw_tlv(const struct ldp_peer *, const struct sockaddr *,
53 int request_respond(const struct ldp_peer *, const struct label_map_tlv *,
socketops.h 36 #include "ldp_peer.h"
51 void send_initialize(const struct ldp_peer *);
52 void keep_alive(const struct ldp_peer *);
53 void recv_session_pdu(struct ldp_peer *);
54 int send_message(const struct ldp_peer *, const struct ldp_pdu *,
56 int send_tlv(const struct ldp_peer *, const struct tlv *);
57 int send_addresses(const struct ldp_peer *);
label.h 38 #include "ldp_peer.h"
55 const struct ldp_peer *p;
61 const union sockunion *, uint32_t, const struct ldp_peer *, uint32_t,
64 void del_all_peer_labels(const struct ldp_peer*, int);
65 void label_reattach_all_peer_labels(const struct ldp_peer*, int);
73 void label_check_assoc(struct ldp_peer *p);
pdu.h 38 #include "ldp_peer.h"
56 int check_recv_pdu(const struct ldp_peer *, const struct ldp_pdu *, int);
ldp_peer.c 1 /* $NetBSD: ldp_peer.c,v 1.19 2022/06/26 17:55:38 riastradh Exp $ */
55 #include "ldp_peer.h"
60 static struct label_mapping *ldp_peer_get_lm(struct ldp_peer *,
111 struct ldp_peer *
115 struct ldp_peer *p;
213 ldp_peer_holddown(struct ldp_peer * p)
233 struct ldp_peer *p;
245 ldp_peer_delete(struct ldp_peer * p)
251 SLIST_REMOVE(&ldp_peer_head, p, ldp_peer, peers);
259 struct ldp_peer *
    [all...]
Makefile 13 ldp_peer.c \
notifications.c 66 send_notification(const struct ldp_peer * p, uint32_t msg, uint32_t code)
notifications.h 96 int send_notification(const struct ldp_peer *, uint32_t, uint32_t);
tlv_stack.c 42 #include "ldp_peer.h"
61 map_label(struct ldp_peer * p, struct fec_tlv * f, struct label_tlv * l)
155 withdraw_label(struct ldp_peer * p, struct fec_tlv * f)
241 send_label_tlv(const struct ldp_peer * peer, const struct sockaddr * addr,
323 struct ldp_peer *p;
333 send_all_bindings(const struct ldp_peer * peer)
345 send_withdraw_tlv(const struct ldp_peer * peer, const struct sockaddr * addr,
402 struct ldp_peer *p;
409 request_respond(const struct ldp_peer *p, const struct label_map_tlv *lmt,
label.c 92 const struct ldp_peer * p, uint32_t label, bool host)
200 label_reattach_all_peer_labels(const struct ldp_peer *p, int readd)
214 del_all_peer_labels(const struct ldp_peer * p, int readd)
302 label_check_assoc(struct ldp_peer *p)
pdu.c 41 #include "ldp_peer.h"
60 check_recv_pdu(const struct ldp_peer * p, const struct ldp_pdu * rpdu, int c)
mpls_interface.c 46 #include "ldp_peer.h"
162 mpls_add_ldp_peer(const struct ldp_peer * p)
168 mpls_delete_ldp_peer(const struct ldp_peer * p)
socketops.c 55 #include "ldp_peer.h"
732 struct ldp_peer *p, *ptmp;
820 struct ldp_peer *p;
1062 send_initialize(const struct ldp_peer * p)
1082 keep_alive(const struct ldp_peer * p)
1097 recv_session_pdu(struct ldp_peer * p)
1341 send_message(const struct ldp_peer * p, const struct ldp_pdu * pdu,
1390 send_tlv(const struct ldp_peer * p, const struct tlv * t)
1408 send_addresses(const struct ldp_peer * p)
ldp_command.c 51 #include "ldp_peer.h"
405 struct ldp_peer *p;
483 struct ldp_peer *p;
fsm.c 44 #include "ldp_peer.h"
58 struct ldp_peer *peer = NULL;
mpls_routes.c 53 #include "ldp_peer.h"
778 struct ldp_peer *p;

Completed in 20 milliseconds