MCPcopy Create free account
hub / github.com/F-Stack/f-stack / print_tuple

Function print_tuple

dpdk/app/test-sad/main.c:446–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446static void
447print_tuple(int af, uint32_t spi, const void *dip, const void *sip)
448{
449
450 printf("<SPI: %u DIP: ", spi);
451 print_addr(af, dip);
452 printf(" SIP: ");
453 print_addr(af, sip);
454 printf(">");
455}
456
457static void
458print_result(const union rte_ipsec_sad_key *key, void *res)

Callers 1

print_resultFunction · 0.85

Calls 2

print_addrFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected