Files
Android11/external/iproute2/ip/iproute_lwtunnel.h
2023-10-13 14:01:41 +00:00

9 lines
225 B
C

#ifndef __LWTUNNEL_H__
#define __LETUNNEL_H__ 1
int lwt_parse_encap(struct rtattr *rta, size_t len, int *argcp, char ***argvp);
void lwt_print_encap(FILE *fp, struct rtattr *encap_type,
struct rtattr *encap);
#endif