EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
The mDNS context. More...
#include <mdns_service.h>
Data Fields | |
struct reflection_list * | rif4 |
struct reflection_list * | rif6 |
hmap_mdns_conn * | imap |
hmap_vlan_conn * | vlan_mapper |
hmap_command_conn * | command_mapper |
UT_array * | pctx_list |
struct mdns_conf | config |
char | supervisor_control_path [MAX_OS_PATH_LEN] |
int | sfd |
The mDNS context.
hmap_command_conn* mdns_context::command_mapper |
The command mapper
struct mdns_conf mdns_context::config |
mDNS config.
hmap_mdns_conn* mdns_context::imap |
mDNS mapper.
UT_array* mdns_context::pctx_list |
The list of pcap context
struct reflection_list* mdns_context::rif4 |
IP4 reflection list.
struct reflection_list* mdns_context::rif6 |
IP6 reflection list.
int mdns_context::sfd |
Domain client file descriptor
char mdns_context::supervisor_control_path[MAX_OS_PATH_LEN] |
Specifies the path to the UNIX domain supervisor control path
hmap_vlan_conn* mdns_context::vlan_mapper |
WiFi VLAN to interface mapper