10 #ifndef MPTCPD_PRIVATE_ADDR_INFO_H
11 #define MPTCPD_PRIVATE_ADDR_INFO_H
15 #include <sys/socket.h>
16 #include <netinet/in.h>
43 struct sockaddr_storage
addr;
mptcpd shared library symbol export/import macros.
Information associated with a network address.
Definition: addr_info.h:32
int index
Network interface index associated with network address.
Definition: addr_info.h:69
uint32_t flags
MPTCP flags associated with the network address.
Definition: addr_info.h:62
mptcpd_aid_t id
Definition: addr_info.h:51
struct sockaddr_storage addr
Network address family and IP address.
Definition: addr_info.h:43
mptcpd user space path manager attribute types.
uint8_t mptcpd_aid_t
MPTCP address ID type.
Definition: types.h:29