Home
last modified time | relevance | path

Searched refs:ip6_dst (Results 1 – 3 of 3) sorted by relevance

/dpdk/examples/ipsec-secgw/
H A Dipsec_worker.c253 uint8_t *ip6_dst; in route6_pkt() local
258 offset = RTE_ETHER_HDR_LEN + offsetof(struct ip6_hdr, ip6_dst); in route6_pkt()
259 ip6_dst = rte_pktmbuf_mtod_offset(pkt, uint8_t *, offset); in route6_pkt()
260 memcpy(&dst_ip[0], ip6_dst, 16); in route6_pkt()
H A Dipip.h57 memcpy(&outip6->ip6_dst.s6_addr, dst, 16); in ipip_outbound()
H A Dipsec-secgw.c1050 uint8_t *ip6_dst; in route6_pkts() local
1068 offset = offsetof(struct ip6_hdr, ip6_dst); in route6_pkts()
1069 ip6_dst = rte_pktmbuf_mtod_offset(pkts[i], uint8_t *, in route6_pkts()
1071 memcpy(&dst_ip[lpm_pkts][0], ip6_dst, 16); in route6_pkts()