Home
last modified time | relevance | path

Searched defs:aspath (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/bgpd/
H A Drde_attr.c348 struct aspath *aspath; in aspath_get() local
368 struct aspath *aspath; aspath_copy() local
383 aspath_put(struct aspath * aspath) aspath_put() argument
484 aspath_neighbor(struct aspath * aspath) aspath_neighbor() argument
558 aspath_countlength(struct aspath * aspath,uint16_t cnt,int headcnt) aspath_countlength() argument
594 aspath_countcopy(struct aspath * aspath,uint16_t cnt,uint8_t * buf,uint16_t size,int headcnt) aspath_countcopy() argument
637 aspath_loopfree(struct aspath * aspath,uint32_t myAS) aspath_loopfree() argument
698 aspath_match(struct aspath * aspath,struct filter_as * f,uint32_t neighas) aspath_match() argument
[all...]
H A Drde.h122 struct aspath { struct
124 uint16_t len; /* total length of aspath in octets */ argument
125 ascntaspath global() argument
126 dataaspath global() argument
211 struct aspath *aspath; global() member
277 struct rde_aspath *aspath; global() member
315 struct rde_aspath aspath; global() member
410 aspath_dump(struct aspath * aspath) aspath_dump() argument
416 aspath_length(struct aspath * aspath) aspath_length() argument
422 aspath_origin(struct aspath * aspath) aspath_origin() argument
[all...]
H A Drde_rib.c687 path_lookup(struct rde_aspath *aspath) in path_lookup() argument
[all...]
/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_aspa_test.c44 const uint32_t *aspath; member
50 const uint32_t *aspath; member
556 struct aspath *aspath; in build_aspath() local
/openbsd-src/usr.sbin/bgpctl/
H A Doutput.c760 char *aspath; show_attr() local
978 char *p, *aspath; show_rib_brief() local
1001 char *aspath, *s; show_rib_detail() local
1034 show_rib(struct ctl_show_rib * r,struct ibuf * aspath,struct parse_result * res) show_rib() argument
[all...]
H A Doutput_json.c575 char *aspath; json_attr() local
808 char *aspath; json_rib() local
[all...]
H A Dmrtparser.h40 void *aspath; member