Searched refs:aspath_key_make (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_aspath.h90 extern unsigned int aspath_key_make (void *);
H A Dbgp_aspath.c828 /* aspath_key_make() always updates the string */
1834 aspath_key_make (void *p) function
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
H A Dbgp_attr.c386 MIX(aspath_key_make (attr->aspath));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_aspath.h90 extern unsigned int aspath_key_make (void *);
H A Dbgp_aspath.c828 /* aspath_key_make() always updates the string */
1834 aspath_key_make (void *p) function
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
H A Dbgp_attr.c386 MIX(aspath_key_make (attr->aspath));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_aspath.h90 extern unsigned int aspath_key_make (void *);
H A Dbgp_aspath.c828 /* aspath_key_make() always updates the string */
1834 aspath_key_make (void *p) function
1876 ashash = hash_create_size (32768, aspath_key_make, aspath_cmp);
H A Dbgp_attr.c386 MIX(aspath_key_make (attr->aspath));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Daspath_test.c977 || (aspath_key_make (as) != aspath_key_make (asinout))
993 aspath_key_make (as), aspath_key_make (asinout));
1010 || (aspath_key_make (asconfeddel)
1011 != aspath_key_make (aspath_delete_confed_seq (asconfeddel))))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Daspath_test.c977 || (aspath_key_make (as) != aspath_key_make (asinout))
993 aspath_key_make (as), aspath_key_make (asinout));
1010 || (aspath_key_make (asconfeddel)
1011 != aspath_key_make (aspath_delete_confed_seq (asconfeddel))))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Daspath_test.c977 || (aspath_key_make (as) != aspath_key_make (asinout))
993 aspath_key_make (as), aspath_key_make (asinout));
1010 || (aspath_key_make (asconfeddel)
1011 != aspath_key_make (aspath_delete_confed_seq (asconfeddel))))

Completed in 84 milliseconds