|
mptcpd
Multipath TCP Daemon
|
Information associated with a network address. More...
#include <mptcpd/addr_info.h>
Private Attributes | |
| struct sockaddr_storage | addr |
| Network address family and IP address. | |
| mptcpd_aid_t | id |
| uint32_t | flags |
| MPTCP flags associated with the network address. | |
| int | index |
| Network interface index associated with network address. | |
Information associated with a network address.
|
private |
Network address family and IP address.
sockaddr_in or sockaddr_in6 depending on the address family in the ss_family field.
|
private |
MPTCP flags associated with the network address.
Bitset of MPTCP flags associated with the network address, e.g. MPTCPD_ADDR_FLAG_BACKUP | MPTCP_PM_ADDR_FLAG_SUBFLOW.
|
private |
MPTCP address ID associated with the network address.
|
private |
Network interface index associated with network address.