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

Function ip6_copy_addr

dpdk/lib/lpm/rte_lpm6.c:137–141  ·  view source on GitHub ↗

copy ipv6 address */

Source from the content-addressed store, hash-verified

135
136/* copy ipv6 address */
137static inline void
138ip6_copy_addr(uint8_t *dst, const uint8_t *src)
139{
140 rte_memcpy(dst, src, RTE_LPM6_IPV6_ADDR_SIZE);
141}
142
143/*
144 * LPM6 rule hash function

Callers 6

rule_key_initFunction · 0.70
rte_lpm6_addFunction · 0.70
rte_lpm6_is_rule_presentFunction · 0.70
rule_find_less_specificFunction · 0.70
rte_lpm6_deleteFunction · 0.70

Calls 1

rte_memcpyFunction · 0.50

Tested by

no test coverage detected