summaryrefslogtreecommitdiff
path: root/ripd/rip_debug.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2024-10-30 10:15:42 -0400
committerDonald Sharp <sharpd@nvidia.com>2024-10-31 10:04:19 -0400
commit7ebda3892c446154e10dc13ea488e4e2ebd40d21 (patch)
treec63b97cfe16a6f9e11f23769a90ca696867663e9 /ripd/rip_debug.c
parent35dbbacc3b7fb31f095a2382af3ef469f417dc19 (diff)
lib: Replace usage of in6addr_cmp with memcmp
memcmp will return and act exactly the same as in6addr_cmp but it does it significantly faster than how in6addr_cmp does it. Let this be a lesson for implementing something that is a duplicate of what is provided by the c library. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'ripd/rip_debug.c')
0 files changed, 0 insertions, 0 deletions