Symbol: bgpd_addr
regress/usr.sbin/bgpd/unittests/rde_decide_test.c
406
pt_getaddr(struct pt_entry *pte, struct bgpd_addr *addr)
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
120
struct bgpd_addr prefix;
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
177
struct bgpd_addr prefix;
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
239
struct bgpd_addr prefix;
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
260
struct bgpd_addr prefix;
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
41
host_ip(const char *s, struct bgpd_addr *h, uint8_t *len)
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
65
host(const char *s, struct bgpd_addr *h, uint8_t *len)
regress/usr.sbin/bgpd/unittests/rde_trie_test.c
99
print_prefix(struct bgpd_addr *p)
usr.sbin/bgpctl/bgpctl.c
1144
struct bgpd_addr h;
usr.sbin/bgpctl/bgpctl.c
1643
struct bgpd_addr prefix;
usr.sbin/bgpctl/bgpctl.c
1909
push_prefix(struct parse_result *r, int type, struct bgpd_addr *addr,
usr.sbin/bgpctl/bgpctl.c
602
fmt_peer(const char *descr, const struct bgpd_addr *remote_addr,
usr.sbin/bgpctl/bgpctl.h
46
char *fmt_peer(const char *, const struct bgpd_addr *, int);
usr.sbin/bgpctl/mrtparser.c
44
int mrt_extract_addr(struct ibuf *, struct bgpd_addr *, uint8_t);
usr.sbin/bgpctl/mrtparser.c
45
int mrt_extract_prefix(struct ibuf *, uint8_t, struct bgpd_addr *,
usr.sbin/bgpctl/mrtparser.c
836
mrt_extract_addr(struct ibuf *msg, struct bgpd_addr *addr, uint8_t aid)
usr.sbin/bgpctl/mrtparser.c
868
mrt_extract_prefix(struct ibuf *msg, uint8_t aid, struct bgpd_addr *prefix,
usr.sbin/bgpctl/mrtparser.h
22
struct bgpd_addr addr;
usr.sbin/bgpctl/mrtparser.h
42
struct bgpd_addr nexthop;
usr.sbin/bgpctl/mrtparser.h
55
struct bgpd_addr prefix;
usr.sbin/bgpctl/mrtparser.h
65
struct bgpd_addr src;
usr.sbin/bgpctl/mrtparser.h
66
struct bgpd_addr dst;
usr.sbin/bgpctl/mrtparser.h
75
struct bgpd_addr src;
usr.sbin/bgpctl/mrtparser.h
76
struct bgpd_addr dst;
usr.sbin/bgpctl/output.c
583
struct bgpd_addr addr;
usr.sbin/bgpctl/output.c
775
struct bgpd_addr prefix;
usr.sbin/bgpctl/output.c
887
struct bgpd_addr nexthop;
usr.sbin/bgpctl/output_json.c
590
struct bgpd_addr prefix;
usr.sbin/bgpctl/output_json.c
720
struct bgpd_addr nexthop;
usr.sbin/bgpctl/parser.c
1002
struct bgpd_addr tmp;
usr.sbin/bgpctl/parser.c
474
int parse_addr(const char *, struct bgpd_addr *);
usr.sbin/bgpctl/parser.c
968
parse_addr(const char *word, struct bgpd_addr *addr)
usr.sbin/bgpctl/parser.c
999
parse_prefix(const char *word, size_t wordlen, struct bgpd_addr *addr,
usr.sbin/bgpctl/parser.h
67
struct bgpd_addr addr;
usr.sbin/bgpctl/parser.h
68
struct bgpd_addr peeraddr;
usr.sbin/bgpctl/parser.h
87
struct bgpd_addr src;
usr.sbin/bgpctl/parser.h
88
struct bgpd_addr dst;
usr.sbin/bgpctl/parser.h
98
int parse_prefix(const char *, size_t, struct bgpd_addr *,
usr.sbin/bgpd/bgpd.c
846
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
1043
struct bgpd_addr prefix;
usr.sbin/bgpd/bgpd.h
1239
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
1247
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
1316
struct bgpd_addr nexthop;
usr.sbin/bgpd/bgpd.h
1526
int host(const char *, struct bgpd_addr *, uint8_t *);
usr.sbin/bgpd/bgpd.h
1552
int kr_nexthop_add(uint32_t, struct bgpd_addr *);
usr.sbin/bgpd/bgpd.h
1553
void kr_nexthop_delete(uint32_t, struct bgpd_addr *);
usr.sbin/bgpd/bgpd.h
1645
int trie_add(struct trie_head *, struct bgpd_addr *, uint8_t, uint8_t,
usr.sbin/bgpd/bgpd.h
1649
int trie_match(struct trie_head *, struct bgpd_addr *, uint8_t, int);
usr.sbin/bgpd/bgpd.h
1650
int trie_roa_check(struct trie_head *, struct bgpd_addr *, uint8_t,
usr.sbin/bgpd/bgpd.h
1656
const char *log_addr(const struct bgpd_addr *);
usr.sbin/bgpd/bgpd.h
1657
const char *log_evpnaddr(const struct bgpd_addr *, struct sockaddr *,
usr.sbin/bgpd/bgpd.h
1680
int nlri_get_prefix(struct ibuf *, struct bgpd_addr *, uint8_t *);
usr.sbin/bgpd/bgpd.h
1681
int nlri_get_prefix6(struct ibuf *, struct bgpd_addr *, uint8_t *);
usr.sbin/bgpd/bgpd.h
1682
int nlri_get_vpn4(struct ibuf *, struct bgpd_addr *, uint8_t *,
usr.sbin/bgpd/bgpd.h
1684
int nlri_get_vpn6(struct ibuf *, struct bgpd_addr *, uint8_t *,
usr.sbin/bgpd/bgpd.h
1686
int nlri_get_evpn(struct ibuf *, struct bgpd_addr *, uint8_t *);
usr.sbin/bgpd/bgpd.h
1687
int prefix_compare(const struct bgpd_addr *,
usr.sbin/bgpd/bgpd.h
1688
const struct bgpd_addr *, int);
usr.sbin/bgpd/bgpd.h
1692
void applymask(struct bgpd_addr *, const struct bgpd_addr *, int);
usr.sbin/bgpd/bgpd.h
1698
struct sockaddr *addr2sa(const struct bgpd_addr *, uint16_t, socklen_t *);
usr.sbin/bgpd/bgpd.h
1699
void sa2addr(struct sockaddr *, struct bgpd_addr *, uint16_t *);
usr.sbin/bgpd/bgpd.h
1717
int flowspec_get_addr(const uint8_t *, int, int, int, struct bgpd_addr *,
usr.sbin/bgpd/bgpd.h
493
struct bgpd_addr remote_addr;
usr.sbin/bgpd/bgpd.h
494
struct bgpd_addr local_addr_v4;
usr.sbin/bgpd/bgpd.h
495
struct bgpd_addr local_addr_v6;
usr.sbin/bgpd/bgpd.h
571
struct bgpd_addr prefix;
usr.sbin/bgpd/bgpd.h
621
struct bgpd_addr remote_addr;
usr.sbin/bgpd/bgpd.h
622
struct bgpd_addr local_addr;
usr.sbin/bgpd/bgpd.h
638
struct bgpd_addr remote_addr;
usr.sbin/bgpd/bgpd.h
639
struct bgpd_addr local_addr;
usr.sbin/bgpd/bgpd.h
846
struct bgpd_addr prefix;
usr.sbin/bgpd/bgpd.h
847
struct bgpd_addr nexthop;
usr.sbin/bgpd/bgpd.h
857
struct bgpd_addr nexthop;
usr.sbin/bgpd/bgpd.h
858
struct bgpd_addr gateway;
usr.sbin/bgpd/bgpd.h
859
struct bgpd_addr net;
usr.sbin/bgpd/bgpd.h
871
struct bgpd_addr local_v4_addr;
usr.sbin/bgpd/bgpd.h
872
struct bgpd_addr local_v6_addr;
usr.sbin/bgpd/bgpd.h
873
struct bgpd_addr remote_addr;
usr.sbin/bgpd/bgpd.h
889
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
905
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
928
struct bgpd_addr addr;
usr.sbin/bgpd/bgpd.h
948
struct bgpd_addr true_nexthop;
usr.sbin/bgpd/bgpd.h
949
struct bgpd_addr exit_nexthop;
usr.sbin/bgpd/bgpd.h
950
struct bgpd_addr prefix;
usr.sbin/bgpd/bgpd.h
951
struct bgpd_addr remote_addr;
usr.sbin/bgpd/config.c
35
int host_ip(const char *, struct bgpd_addr *, uint8_t *);
usr.sbin/bgpd/config.c
524
host(const char *s, struct bgpd_addr *h, uint8_t *len)
usr.sbin/bgpd/config.c
558
host_ip(const char *s, struct bgpd_addr *h, uint8_t *len)
usr.sbin/bgpd/flowspec.c
332
struct bgpd_addr *addr, uint8_t *plen, uint8_t *olen)
usr.sbin/bgpd/kroute.c
137
struct kroute *kroute_find(struct ktable *, const struct bgpd_addr *,
usr.sbin/bgpd/kroute.c
144
struct kroute6 *kroute6_find(struct ktable *, const struct bgpd_addr *,
usr.sbin/bgpd/kroute.c
149
struct knexthop *knexthop_find(struct ktable *, struct bgpd_addr *);
usr.sbin/bgpd/kroute.c
1588
kroute_find(struct ktable *kt, const struct bgpd_addr *prefix,
usr.sbin/bgpd/kroute.c
166
struct kroute *kroute_match(struct ktable *, struct bgpd_addr *, int);
usr.sbin/bgpd/kroute.c
167
struct kroute6 *kroute6_match(struct ktable *, struct bgpd_addr *, int);
usr.sbin/bgpd/kroute.c
1933
kroute6_find(struct ktable *kt, const struct bgpd_addr *prefix,
usr.sbin/bgpd/kroute.c
1993
knexthop_find(struct ktable *kt, struct bgpd_addr *addr)
usr.sbin/bgpd/kroute.c
2171
struct bgpd_addr gateway = { 0 };
usr.sbin/bgpd/kroute.c
2342
kroute_match(struct ktable *kt, struct bgpd_addr *key, int matchany)
usr.sbin/bgpd/kroute.c
2346
struct bgpd_addr masked;
usr.sbin/bgpd/kroute.c
2359
kroute6_match(struct ktable *kt, struct bgpd_addr *key, int matchany)
usr.sbin/bgpd/kroute.c
2363
struct bgpd_addr masked;
usr.sbin/bgpd/kroute.c
2691
struct bgpd_addr netmask;
usr.sbin/bgpd/kroute.c
821
kr_nexthop_add(u_int rtableid, struct bgpd_addr *addr)
usr.sbin/bgpd/kroute.c
848
kr_nexthop_delete(u_int rtableid, struct bgpd_addr *addr)
usr.sbin/bgpd/kroute.c
89
struct bgpd_addr nexthop;
usr.sbin/bgpd/kroute.c
895
struct bgpd_addr addr;
usr.sbin/bgpd/kroute.c
96
struct bgpd_addr prefix;
usr.sbin/bgpd/mrt.c
220
struct bgpd_addr *nexthop, int v2)
usr.sbin/bgpd/mrt.c
357
struct bgpd_addr nexthop, *nh;
usr.sbin/bgpd/mrt.c
38
struct rde_community *, struct bgpd_addr *, int);
usr.sbin/bgpd/mrt.c
422
memset(&nexthop, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/mrt.c
525
struct bgpd_addr addr, *nh;
usr.sbin/bgpd/mrt.c
543
memset(&addr, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/mrt.c
614
struct bgpd_addr addr;
usr.sbin/bgpd/mrt.c
625
struct bgpd_addr *nh;
usr.sbin/bgpd/mrt.c
645
memset(&addr, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/parse.y
1582
memcpy(&$$.prefix, &$1, sizeof(struct bgpd_addr));
usr.sbin/bgpd/parse.y
172
static struct rtr_config *get_rtr(struct bgpd_addr *);
usr.sbin/bgpd/parse.y
180
static int push_prefix(struct bgpd_addr *, uint8_t);
usr.sbin/bgpd/parse.y
211
struct bgpd_addr addr;
usr.sbin/bgpd/parse.y
223
struct bgpd_addr prefix;
usr.sbin/bgpd/parse.y
5099
struct bgpd_addr *local_addr;
usr.sbin/bgpd/parse.y
5467
get_rtr(struct bgpd_addr *addr)
usr.sbin/bgpd/parse.y
5724
push_prefix(struct bgpd_addr *addr, uint8_t len)
usr.sbin/bgpd/pfkey.c
50
const struct bgpd_addr *, const struct bgpd_addr *,
usr.sbin/bgpd/pfkey.c
504
pfkey_sa_add(const struct bgpd_addr *src, const struct bgpd_addr *dst,
usr.sbin/bgpd/pfkey.c
521
pfkey_sa_remove(const struct bgpd_addr *src, const struct bgpd_addr *dst,
usr.sbin/bgpd/pfkey.c
535
const struct bgpd_addr *local_addr, const struct bgpd_addr *remote_addr)
usr.sbin/bgpd/pfkey.c
60
const struct bgpd_addr *src, const struct bgpd_addr *dst, uint32_t spi,
usr.sbin/bgpd/pfkey.c
611
const struct bgpd_addr *local_addr, const struct bgpd_addr *remote_addr)
usr.sbin/bgpd/pfkey.c
773
const struct bgpd_addr *local_addr, const struct bgpd_addr *remote_addr)
usr.sbin/bgpd/pfkey.c
858
tcp_md5_set(int fd, struct auth_config *auth, struct bgpd_addr *remote_addr)
usr.sbin/bgpd/pftable.c
171
pftable_add_work(const char *table, struct bgpd_addr *addr,
usr.sbin/bgpd/printconf.c
411
struct bgpd_addr addr;
usr.sbin/bgpd/printconf.c
580
struct bgpd_addr addr;
usr.sbin/bgpd/rde.c
1488
struct bgpd_addr prefix;
usr.sbin/bgpd/rde.c
1948
struct bgpd_addr *prefix, uint8_t prefixlen)
usr.sbin/bgpd/rde.c
1980
struct filterstate *in, struct bgpd_addr *prefix, uint8_t prefixlen)
usr.sbin/bgpd/rde.c
2047
struct bgpd_addr *prefix, uint8_t prefixlen)
usr.sbin/bgpd/rde.c
2080
struct bgpd_addr nexthop;
usr.sbin/bgpd/rde.c
2542
struct bgpd_addr nexthop;
usr.sbin/bgpd/rde.c
2716
const struct rde_peer *peer, const struct bgpd_addr *next,
usr.sbin/bgpd/rde.c
2717
const struct bgpd_addr *prefix, uint8_t prefixlen)
usr.sbin/bgpd/rde.c
3837
rde_send_nexthop(struct bgpd_addr *next, int insert)
usr.sbin/bgpd/rde.c
3847
sizeof(struct bgpd_addr)) == -1)
usr.sbin/bgpd/rde.c
4235
struct bgpd_addr prefix;
usr.sbin/bgpd/rde.c
4378
struct bgpd_addr prefix;
usr.sbin/bgpd/rde.c
4797
struct bgpd_addr addr;
usr.sbin/bgpd/rde.c
4824
struct bgpd_addr addr;
usr.sbin/bgpd/rde.c
5011
rde_roa_validity(struct rde_prefixset *ps, struct bgpd_addr *prefix,
usr.sbin/bgpd/rde.c
54
struct filterstate *, struct bgpd_addr *, uint8_t);
usr.sbin/bgpd/rde.c
56
struct bgpd_addr *, uint8_t);
usr.sbin/bgpd/rde.c
93
struct bgpd_addr *, uint8_t, uint32_t);
usr.sbin/bgpd/rde.h
255
struct bgpd_addr exit_nexthop;
usr.sbin/bgpd/rde.h
256
struct bgpd_addr true_nexthop;
usr.sbin/bgpd/rde.h
257
struct bgpd_addr nexthop_net;
usr.sbin/bgpd/rde.h
378
struct bgpd_addr ctx_subtree;
usr.sbin/bgpd/rde.h
395
const struct rde_peer *, const struct bgpd_addr *,
usr.sbin/bgpd/rde.h
396
const struct bgpd_addr *, uint8_t);
usr.sbin/bgpd/rde.h
399
void rde_send_nexthop(struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
572
struct rde_peer *, struct bgpd_addr *, uint8_t,
usr.sbin/bgpd/rde.h
575
struct rde_peer *, struct bgpd_addr *, uint8_t,
usr.sbin/bgpd/rde.h
584
void pt_getaddr(struct pt_entry *, struct bgpd_addr *);
usr.sbin/bgpd/rde.h
586
struct pt_entry *pt_fill(struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
587
struct pt_entry *pt_get(struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
588
struct pt_entry *pt_get_next(struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
589
struct pt_entry *pt_add(struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
595
struct pt_entry *pt_lookup(struct bgpd_addr *);
usr.sbin/bgpd/rde.h
627
struct rib_entry *rib_get_addr(struct rib *, struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
628
struct rib_entry *rib_match(struct rib *, struct bgpd_addr *);
usr.sbin/bgpd/rde.h
636
int rib_dump_subtree(uint16_t, struct bgpd_addr *, uint8_t,
usr.sbin/bgpd/rde.h
671
struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
673
uint32_t, struct filterstate *, int, struct bgpd_addr *,
usr.sbin/bgpd/rde.h
676
struct bgpd_addr *, int);
usr.sbin/bgpd/rde.h
763
struct nexthop *nexthop_get(const struct bgpd_addr *);
usr.sbin/bgpd/rde.h
789
struct bgpd_addr *, uint8_t, unsigned int, void *,
usr.sbin/bgpd/rde.h
92
struct bgpd_addr remote_addr;
usr.sbin/bgpd/rde.h
93
struct bgpd_addr local_v4_addr;
usr.sbin/bgpd/rde.h
94
struct bgpd_addr local_v6_addr;
usr.sbin/bgpd/rde_adjout.c
644
struct bgpd_addr addr;
usr.sbin/bgpd/rde_adjout.c
699
adjout_prefix_dump_subtree(struct rde_peer *peer, struct bgpd_addr *subtree,
usr.sbin/bgpd/rde_decide.c
319
struct bgpd_addr addr;
usr.sbin/bgpd/rde_filter.c
1097
struct rde_peer *from, struct bgpd_addr *prefix, uint8_t plen,
usr.sbin/bgpd/rde_filter.c
1156
struct rde_peer *from, struct bgpd_addr *prefix, uint8_t plen,
usr.sbin/bgpd/rde_filter.c
229
rde_prefix_match(struct filter_prefix *fp, struct bgpd_addr *prefix,
usr.sbin/bgpd/rde_filter.c
262
struct bgpd_addr *prefix, uint8_t plen)
usr.sbin/bgpd/rde_filter.c
313
struct bgpd_addr *nexthop, *cmpaddr;
usr.sbin/bgpd/rde_peer.c
388
struct bgpd_addr addr;
usr.sbin/bgpd/rde_prefix.c
168
pt_getaddr(struct pt_entry *pte, struct bgpd_addr *addr)
usr.sbin/bgpd/rde_prefix.c
173
memset(addr, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/rde_prefix.c
247
pt_fill(struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_prefix.c
341
pt_get(struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_prefix.c
350
pt_get_next(struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_prefix.c
359
pt_add(struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_prefix.c
418
struct bgpd_addr addr = { .aid = aid };
usr.sbin/bgpd/rde_prefix.c
445
pt_lookup(struct bgpd_addr *addr)
usr.sbin/bgpd/rde_rib.c
1199
static struct nexthop *nexthop_lookup(const struct bgpd_addr *);
usr.sbin/bgpd/rde_rib.c
1395
nexthop_get(const struct bgpd_addr *nexthop)
usr.sbin/bgpd/rde_rib.c
1454
struct bgpd_addr *a, *b;
usr.sbin/bgpd/rde_rib.c
1485
nexthop_lookup(const struct bgpd_addr *nexthop)
usr.sbin/bgpd/rde_rib.c
280
rib_get_addr(struct rib *rib, struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_rib.c
286
rib_match(struct rib *rib, struct bgpd_addr *addr)
usr.sbin/bgpd/rde_rib.c
418
struct bgpd_addr addr;
usr.sbin/bgpd/rde_rib.c
561
rib_dump_subtree(uint16_t id, struct bgpd_addr *subtree, uint8_t subtreelen,
usr.sbin/bgpd/rde_rib.c
820
static int prefix_add(struct bgpd_addr *, int, struct rib *,
usr.sbin/bgpd/rde_rib.c
842
struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_rib.c
859
struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_rib.c
912
prefix_add(struct bgpd_addr *prefix, int prefixlen, struct rib *rib,
usr.sbin/bgpd/rde_rib.c
991
struct bgpd_addr *prefix, int prefixlen)
usr.sbin/bgpd/rde_trie.c
318
trie_add(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen,
usr.sbin/bgpd/rde_trie.c
558
trie_match(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen,
usr.sbin/bgpd/rde_trie.c
675
trie_roa_check(struct trie_head *th, struct bgpd_addr *prefix, uint8_t plen,
usr.sbin/bgpd/rde_update.c
1150
struct bgpd_addr addr;
usr.sbin/bgpd/rde_update.c
165
struct bgpd_addr addr;
usr.sbin/bgpd/rde_update.c
416
struct bgpd_addr addr;
usr.sbin/bgpd/rde_update.c
464
static struct bgpd_addr *
usr.sbin/bgpd/rde_update.c
467
struct bgpd_addr *peer_local = NULL;
usr.sbin/bgpd/rde_update.c
562
struct bgpd_addr *nexthop;
usr.sbin/bgpd/rde_update.c
866
struct bgpd_addr *nexthop;
usr.sbin/bgpd/session.c
1602
struct bgpd_addr addr;
usr.sbin/bgpd/session.c
1683
struct bgpd_addr remote_addr;
usr.sbin/bgpd/session.c
1715
session_match_mask(struct peer *p, struct bgpd_addr *a)
usr.sbin/bgpd/session.c
1717
struct bgpd_addr masked;
usr.sbin/bgpd/session.c
1888
struct bgpd_addr *
usr.sbin/bgpd/session.c
72
int session_match_mask(struct peer *, struct bgpd_addr *);
usr.sbin/bgpd/session.c
774
struct bgpd_addr *bind_addr;
usr.sbin/bgpd/session.c
944
sa_equal(struct bgpd_addr *ba, struct sockaddr *b)
usr.sbin/bgpd/session.c
946
struct bgpd_addr bb;
usr.sbin/bgpd/session.c
953
get_alternate_addr(struct bgpd_addr *local, struct bgpd_addr *remote,
usr.sbin/bgpd/session.c
954
struct bgpd_addr *alt, unsigned int *scope)
usr.sbin/bgpd/session.h
166
struct bgpd_addr local_addr;
usr.sbin/bgpd/session.h
167
struct bgpd_addr remote_addr;
usr.sbin/bgpd/session.h
210
struct bgpd_addr local;
usr.sbin/bgpd/session.h
211
struct bgpd_addr local_alt;
usr.sbin/bgpd/session.h
212
struct bgpd_addr remote;
usr.sbin/bgpd/session.h
285
const struct bgpd_addr *, const struct bgpd_addr *);
usr.sbin/bgpd/session.h
291
int tcp_md5_set(int, struct auth_config *, struct bgpd_addr *);
usr.sbin/bgpd/session.h
334
void get_alternate_addr(struct bgpd_addr *, struct bgpd_addr *,
usr.sbin/bgpd/session.h
335
struct bgpd_addr *, unsigned int *);
usr.sbin/bgpd/session.h
357
struct bgpd_addr *session_localaddr(struct peer *);
usr.sbin/bgpd/util.c
1000
prefix_compare(const struct bgpd_addr *a, const struct bgpd_addr *b,
usr.sbin/bgpd/util.c
1095
applymask(struct bgpd_addr *dest, const struct bgpd_addr *src, int prefixlen)
usr.sbin/bgpd/util.c
1196
addr2sa(const struct bgpd_addr *addr, uint16_t port, socklen_t *len)
usr.sbin/bgpd/util.c
1236
sa2addr(struct sockaddr *sa, struct bgpd_addr *addr, uint16_t *port)
usr.sbin/bgpd/util.c
253
struct bgpd_addr addr = { .aid = roa->aid, .v6 = roa->prefix.inet6 };
usr.sbin/bgpd/util.c
36
log_addr(const struct bgpd_addr *addr)
usr.sbin/bgpd/util.c
738
nlri_get_prefix(struct ibuf *buf, struct bgpd_addr *prefix, uint8_t *prefixlen)
usr.sbin/bgpd/util.c
747
memset(prefix, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/util.c
759
nlri_get_prefix6(struct ibuf *buf, struct bgpd_addr *prefix, uint8_t *prefixlen)
usr.sbin/bgpd/util.c
768
memset(prefix, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/util.c
780
nlri_get_vpn4(struct ibuf *buf, struct bgpd_addr *prefix,
usr.sbin/bgpd/util.c
789
memset(prefix, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/util.c
832
nlri_get_vpn6(struct ibuf *buf, struct bgpd_addr *prefix,
usr.sbin/bgpd/util.c
841
memset(prefix, 0, sizeof(struct bgpd_addr));
usr.sbin/bgpd/util.c
885
nlri_get_evpn(struct ibuf *buf, struct bgpd_addr *prefix,
usr.sbin/bgpd/util.c
89
log_evpnaddr(const struct bgpd_addr *addr, struct sockaddr *sa,
usr.sbin/bgpd/util.c
896
memset(prefix, 0, sizeof(struct bgpd_addr));