Symbol: ldpd_addr
usr.sbin/ldpctl/parser.c
335
parse_addr(const char *word, int *family, union ldpd_addr *addr)
usr.sbin/ldpctl/parser.h
50
union ldpd_addr addr;
usr.sbin/ldpctl/parser.h
58
int parse_addr(const char *, int *, union ldpd_addr *);
usr.sbin/ldpd/address.c
37
union ldpd_addr *);
usr.sbin/ldpd/address.c
399
union ldpd_addr *addr)
usr.sbin/ldpd/adjacency.c
201
tnbr_new(struct ldpd_conf *xconf, int af, union ldpd_addr *addr)
usr.sbin/ldpd/adjacency.c
228
tnbr_find(struct ldpd_conf *xconf, int af, union ldpd_addr *addr)
usr.sbin/ldpd/adjacency.c
40
union ldpd_addr *addr)
usr.sbin/ldpd/hello.c
150
union ldpd_addr *src, struct iface *iface, int multicast, char *buf,
usr.sbin/ldpd/hello.c
158
union ldpd_addr trans_addr;
usr.sbin/ldpd/hello.c
34
union ldpd_addr *, uint32_t *, uint16_t *);
usr.sbin/ldpd/hello.c
40
union ldpd_addr dst;
usr.sbin/ldpd/hello.c
483
union ldpd_addr *addr, uint32_t *conf_number, uint16_t *trans_pref)
usr.sbin/ldpd/kroute.c
109
static struct kroute_priority *kroute_match(int, union ldpd_addr *);
usr.sbin/ldpd/kroute.c
614
kroute_find_prefix(int af, union ldpd_addr *prefix, uint8_t prefixlen)
usr.sbin/ldpd/kroute.c
642
kroute_find_gw(struct kroute_priority *kprio, union ldpd_addr *nh)
usr.sbin/ldpd/kroute.c
66
union ldpd_addr prefix;
usr.sbin/ldpd/kroute.c
897
kroute_match(int af, union ldpd_addr *key)
usr.sbin/ldpd/kroute.c
902
union ldpd_addr addr;
usr.sbin/ldpd/kroute.c
93
static struct kroute_prefix *kroute_find_prefix(int, union ldpd_addr *,
usr.sbin/ldpd/kroute.c
98
union ldpd_addr *);
usr.sbin/ldpd/l2vpn.c
193
lde_kernel_insert(&fec, AF_INET, (union ldpd_addr*)&pw->lsr_id, 0,
usr.sbin/ldpd/l2vpn.c
203
lde_kernel_remove(&fec, AF_INET, (union ldpd_addr*)&pw->lsr_id, 0);
usr.sbin/ldpd/l2vpn.c
393
fnh = fec_nh_find(fn, AF_INET, (union ldpd_addr *)&ln->id, 0);
usr.sbin/ldpd/l2vpn.c
441
fnh = fec_nh_find(fn, AF_INET, (union ldpd_addr *)&ln->id, 0);
usr.sbin/ldpd/l2vpn.c
458
l2vpn_sync_pws(int af, union ldpd_addr *addr)
usr.sbin/ldpd/l2vpn.c
475
fnh = fec_nh_find(fn, AF_INET, (union ldpd_addr *)
usr.sbin/ldpd/lde.c
1157
lde_nbr_find_by_addr(int af, union ldpd_addr *addr)
usr.sbin/ldpd/lde.c
1411
lde_address_find(struct lde_nbr *ln, int af, union ldpd_addr *addr)
usr.sbin/ldpd/lde.c
606
l2vpn_sync_pws(AF_INET, (union ldpd_addr *)
usr.sbin/ldpd/lde.c
623
l2vpn_sync_pws(AF_INET6, (union ldpd_addr *)
usr.sbin/ldpd/lde.c
671
l2vpn_sync_pws(AF_INET, (union ldpd_addr *)
usr.sbin/ldpd/lde.c
688
l2vpn_sync_pws(AF_INET6, (union ldpd_addr *)
usr.sbin/ldpd/lde.h
104
union ldpd_addr nexthop;
usr.sbin/ldpd/lde.h
153
struct lde_nbr *lde_nbr_find_by_addr(int, union ldpd_addr *);
usr.sbin/ldpd/lde.h
162
union ldpd_addr *);
usr.sbin/ldpd/lde.h
173
struct fec_nh *fec_nh_find(struct fec_node *, int, union ldpd_addr *,
usr.sbin/ldpd/lde.h
176
void lde_kernel_insert(struct fec *, int, union ldpd_addr *,
usr.sbin/ldpd/lde.h
178
void lde_kernel_remove(struct fec *, int, union ldpd_addr *,
usr.sbin/ldpd/lde.h
216
void l2vpn_sync_pws(int, union ldpd_addr *);
usr.sbin/ldpd/lde.h
80
union ldpd_addr addr;
usr.sbin/ldpd/lde_lib.c
284
fec_nh_find(struct fec_node *fn, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/lde_lib.c
299
fec_nh_add(struct fec_node *fn, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/lde_lib.c
344
lde_kernel_insert(struct fec *fec, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/lde_lib.c
37
static struct fec_nh *fec_nh_add(struct fec_node *, int, union ldpd_addr *,
usr.sbin/ldpd/lde_lib.c
401
lde_kernel_remove(struct fec *fec, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/ldpd.h
202
union ldpd_addr prefix;
usr.sbin/ldpd/ldpd.h
256
union ldpd_addr addr;
usr.sbin/ldpd/ldpd.h
258
union ldpd_addr dstbrd;
usr.sbin/ldpd/ldpd.h
295
union ldpd_addr addr;
usr.sbin/ldpd/ldpd.h
333
union ldpd_addr addr;
usr.sbin/ldpd/ldpd.h
385
union ldpd_addr trans_addr;
usr.sbin/ldpd/ldpd.h
445
union ldpd_addr prefix;
usr.sbin/ldpd/ldpd.h
447
union ldpd_addr nexthop;
usr.sbin/ldpd/ldpd.h
459
union ldpd_addr nexthop;
usr.sbin/ldpd/ldpd.h
468
union ldpd_addr addr;
usr.sbin/ldpd/ldpd.h
470
union ldpd_addr dstbrd;
usr.sbin/ldpd/ldpd.h
506
union ldpd_addr src_addr;
usr.sbin/ldpd/ldpd.h
508
union ldpd_addr trans_addr;
usr.sbin/ldpd/ldpd.h
514
union ldpd_addr laddr;
usr.sbin/ldpd/ldpd.h
515
union ldpd_addr raddr;
usr.sbin/ldpd/ldpd.h
522
union ldpd_addr prefix;
usr.sbin/ldpd/ldpd.h
575
void ldp_applymask(int, union ldpd_addr *,
usr.sbin/ldpd/ldpd.h
576
const union ldpd_addr *, int);
usr.sbin/ldpd/ldpd.h
577
int ldp_addrcmp(int, const union ldpd_addr *,
usr.sbin/ldpd/ldpd.h
578
const union ldpd_addr *);
usr.sbin/ldpd/ldpd.h
579
int ldp_addrisset(int, const union ldpd_addr *);
usr.sbin/ldpd/ldpd.h
580
int ldp_prefixcmp(int, const union ldpd_addr *,
usr.sbin/ldpd/ldpd.h
581
const union ldpd_addr *, uint8_t);
usr.sbin/ldpd/ldpd.h
584
int bad_addr(int, union ldpd_addr *);
usr.sbin/ldpd/ldpd.h
589
struct sockaddr *addr2sa(int af, union ldpd_addr *, uint16_t);
usr.sbin/ldpd/ldpd.h
590
void sa2addr(struct sockaddr *, int *, union ldpd_addr *);
usr.sbin/ldpd/ldpd.h
634
union ldpd_addr;
usr.sbin/ldpd/ldpd.h
641
const char *log_addr(int, const union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
125
union ldpd_addr addr;
usr.sbin/ldpd/ldpe.h
157
void recv_hello(struct in_addr, struct ldp_msg *, int, union ldpd_addr *,
usr.sbin/ldpd/ldpe.h
224
union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
230
struct tnbr *tnbr_new(struct ldpd_conf *, int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
231
struct tnbr *tnbr_find(struct ldpd_conf *, int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
239
struct nbr *nbr_new(struct in_addr, int, int, union ldpd_addr *,
usr.sbin/ldpd/ldpe.h
243
struct nbr *nbr_find_addr(int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
267
int send_packet(int, int, union ldpd_addr *,
usr.sbin/ldpd/ldpe.h
277
struct pending_conn *pending_conn_find(int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
39
union ldpd_addr src_addr;
usr.sbin/ldpd/ldpe.h
54
union ldpd_addr trans_addr;
usr.sbin/ldpd/ldpe.h
92
union ldpd_addr laddr; /* local address */
usr.sbin/ldpd/ldpe.h
93
union ldpd_addr raddr; /* remote address */
usr.sbin/ldpd/logmsg.c
210
union ldpd_addr addr;
usr.sbin/ldpd/logmsg.c
81
log_addr(int af, const union ldpd_addr *addr)
usr.sbin/ldpd/neighbor.c
222
nbr_new(struct in_addr id, int af, int ds_tlv, union ldpd_addr *addr,
usr.sbin/ldpd/neighbor.c
341
nbr_find_addr(int af, union ldpd_addr *addr)
usr.sbin/ldpd/packet.c
135
union ldpd_addr src;
usr.sbin/ldpd/packet.c
261
disc_find_iface(unsigned int ifindex, int af, union ldpd_addr *src,
usr.sbin/ldpd/packet.c
322
union ldpd_addr addr;
usr.sbin/ldpd/packet.c
36
union ldpd_addr *, int);
usr.sbin/ldpd/packet.c
41
static struct pending_conn *pending_conn_new(int, int, union ldpd_addr *);
usr.sbin/ldpd/packet.c
725
pending_conn_new(int fd, int af, union ldpd_addr *addr)
usr.sbin/ldpd/packet.c
759
pending_conn_find(int af, union ldpd_addr *addr)
usr.sbin/ldpd/packet.c
78
send_packet(int fd, int af, union ldpd_addr *dst, struct iface_af *ia,
usr.sbin/ldpd/parse.y
106
static struct tnbr *conf_get_tnbr(union ldpd_addr *);
usr.sbin/ldpd/parse.y
114
static int get_address(const char *, union ldpd_addr *);
usr.sbin/ldpd/parse.y
115
static int get_af_address(const char *, int *, union ldpd_addr *);
usr.sbin/ldpd/parse.y
1470
conf_get_tnbr(union ldpd_addr *addr)
usr.sbin/ldpd/parse.y
1663
get_address(const char *s, union ldpd_addr *addr)
usr.sbin/ldpd/parse.y
1682
get_af_address(const char *s, int *family, union ldpd_addr *addr)
usr.sbin/ldpd/parse.y
583
union ldpd_addr addr;
usr.sbin/ldpd/parse.y
74
union ldpd_addr trans_addr;
usr.sbin/ldpd/parse.y
799
union ldpd_addr addr;
usr.sbin/ldpd/pfkey.c
31
int, union ldpd_addr *, union ldpd_addr *,
usr.sbin/ldpd/pfkey.c
340
pfkey_sa_add(int af, union ldpd_addr *src, union ldpd_addr *dst, uint8_t keylen,
usr.sbin/ldpd/pfkey.c
35
static int pfkey_sa_add(int, union ldpd_addr *, union ldpd_addr *,
usr.sbin/ldpd/pfkey.c
357
pfkey_sa_remove(int af, union ldpd_addr *src, union ldpd_addr *dst,
usr.sbin/ldpd/pfkey.c
37
static int pfkey_sa_remove(int, union ldpd_addr *, union ldpd_addr *,
usr.sbin/ldpd/pfkey.c
52
int af, union ldpd_addr *src, union ldpd_addr *dst, uint32_t spi,
usr.sbin/ldpd/socket.c
38
union ldpd_addr addr;
usr.sbin/ldpd/util.c
115
ldp_applymask(int af, union ldpd_addr *dest, const union ldpd_addr *src,
usr.sbin/ldpd/util.c
143
ldp_addrcmp(int af, const union ldpd_addr *a, const union ldpd_addr *b)
usr.sbin/ldpd/util.c
158
ldp_addrisset(int af, const union ldpd_addr *addr)
usr.sbin/ldpd/util.c
179
ldp_prefixcmp(int af, const union ldpd_addr *a, const union ldpd_addr *b,
usr.sbin/ldpd/util.c
247
bad_addr(int af, union ldpd_addr *addr)
usr.sbin/ldpd/util.c
314
addr2sa(int af, union ldpd_addr *addr, uint16_t port)
usr.sbin/ldpd/util.c
342
sa2addr(struct sockaddr *sa, int *af, union ldpd_addr *addr)