Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ipsec-secgw/
H A Drt.c44 struct ip4_route *route_ipv4 = NULL; in parse_rt_tokens() local
49 route_ipv4 = &rt_ip4[*n_rts]; in parse_rt_tokens()
76 if (route_ipv4 != NULL) { in parse_rt_tokens()
87 route_ipv4->ip = rte_bswap32( in parse_rt_tokens()
89 route_ipv4->depth = (uint8_t)depth; in parse_rt_tokens()
113 if (route_ipv4 != NULL) in parse_rt_tokens()
114 route_ipv4->if_out = atoi(tokens[ti]); in parse_rt_tokens()