#include <dc_Types.h>
Data Fields | |
| dc_netif_filter_t * | netif |
| Interface filter. | |
| DC_BOOL | include_loopback |
| If true, the loopback interface is considered by the filtering. | |
| int | proto |
| Protocol (DC_PROTO_ANY, DC_PROTO_INET, DC_PROTO_INET6). | |
| int | nb_addrs |
| The numbers of addresses on addrs. | |
| char ** | addrs |
| An array of explicit addresses in their textual form to be retrieved. | |
The criteria are cumulative.
Interface filter.
If NULL, consider all.
| DC_BOOL include_loopback |
If true, the loopback interface is considered by the filtering.
| int proto |
Protocol (DC_PROTO_ANY, DC_PROTO_INET, DC_PROTO_INET6).
| int nb_addrs |
The numbers of addresses on addrs.
| char** addrs |
An array of explicit addresses in their textual form to be retrieved.
1.5.8