mirror_frr/tests/bgpd
Quentin Young d7c0a89a3a
*: use C99 standard fixed-width integer types
The following types are nonstandard:
- u_char
- u_short
- u_int
- u_long
- u_int8_t
- u_int16_t
- u_int32_t

Replace them with the C99 standard types:
- uint8_t
- unsigned short
- unsigned int
- unsigned long
- uint8_t
- uint16_t
- uint32_t

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-27 15:13:34 -04:00
..
test_aspath.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
test_aspath.py tests: add pytest testrunners 2017-02-08 19:10:10 +01:00
test_capability.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
test_capability.py tests: fix small typo 2017-07-31 23:45:03 -03:00
test_ecommunity.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
test_ecommunity.py tests: add pytest testrunners 2017-02-08 19:10:10 +01:00
test_mp_attr.c *: use C99 standard fixed-width integer types 2018-03-27 15:13:34 -04:00
test_mp_attr.py tests: add pytest testrunners 2017-02-08 19:10:10 +01:00
test_mpath.c *: Make zapi route install Notifications optional 2017-11-27 09:09:35 -05:00
test_mpath.py tests: add pytest testrunners 2017-02-08 19:10:10 +01:00
test_packet.c tests: neuter fuzzing frontend for now 2017-11-30 16:18:07 -05:00