You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/include/sarp/exit_info.h

21 lines
247 B
C

#ifndef SARP_XI_H
#define SARP_XI_H
#include <sarp/net.h>
#ifdef __cplusplus
extern "C" {
#endif
struct sarp_exit_info
{
in6_addr address;
in6_addr netmask;
};
struct sarp_exit_info_list;
#ifdef __cplusplus
}
#endif
#endif