#include <connections.h>
Data Fields | |
unsigned int | pmuid |
char | ip [16] |
int | port |
char | protocol [4] |
int | sockfd |
int | up |
struct sockaddr_in | llpmu_addr |
pthread_t | thread_id |
int | data_transmission_off |
int | pmu_remove |
int | request_cfg_frame |
struct Lower_Layer_Details * | next |
struct Lower_Layer_Details * | prev |
Definition at line 47 of file connections.h.
Definition at line 57 of file connections.h.
Referenced by add_PMU(), cmd_or_remove_pmu(), config_request(), put_data_transmission_off(), put_data_transmission_on(), and recreate_Connection_Table().
char Lower_Layer_Details::ip[16] |
Definition at line 50 of file connections.h.
Referenced by add_PMU(), cmd_or_remove_pmu(), connect_pmu_tcp(), connect_pmu_udp(), connection_table(), display_CT(), put_data_transmission_off(), put_data_transmission_on(), recreate_Connection_Table(), remove_Lower_Node(), and remove_pdc().
struct sockaddr_in Lower_Layer_Details::llpmu_addr |
Definition at line 55 of file connections.h.
Referenced by config_request(), connect_pmu_tcp(), connect_pmu_udp(), data_off_llnode(), and data_on_llnode().
Definition at line 60 of file connections.h.
Referenced by add_PMU(), add_PMU_Node(), cmd_or_remove_pmu(), configuration_request(), connect_pmu_udp(), display_CT(), put_data_transmission_off(), put_data_transmission_on(), recreate_Connection_Table(), remove_llnode(), and remove_Lower_Node().
Definition at line 58 of file connections.h.
Referenced by add_PMU(), and recreate_Connection_Table().
unsigned int Lower_Layer_Details::pmuid |
Definition at line 49 of file connections.h.
Referenced by add_PMU(), cmd_or_remove_pmu(), config_request(), configuration_request(), connect_pmu_tcp(), connect_pmu_udp(), connection_table(), data_off_llnode(), data_on_llnode(), display_CT(), put_data_transmission_off(), put_data_transmission_on(), recreate_Connection_Table(), remove_llnode(), and remove_Lower_Node().
Definition at line 51 of file connections.h.
Referenced by add_PMU(), cmd_or_remove_pmu(), connect_pmu_tcp(), connect_pmu_udp(), connection_table(), display_CT(), put_data_transmission_off(), put_data_transmission_on(), recreate_Connection_Table(), remove_Lower_Node(), and remove_pdc().
Definition at line 61 of file connections.h.
Referenced by add_PMU(), add_PMU_Node(), recreate_Connection_Table(), and remove_llnode().
char Lower_Layer_Details::protocol[4] |
Definition at line 52 of file connections.h.
Referenced by add_PMU(), cmd_or_remove_pmu(), config_request(), configuration_request(), connect_pmu_udp(), connection_table(), data_off_llnode(), data_on_llnode(), display_CT(), put_data_transmission_off(), put_data_transmission_on(), recreate_Connection_Table(), remove_llnode(), remove_Lower_Node(), and remove_pdc().
Definition at line 59 of file connections.h.
Referenced by add_PMU(), and recreate_Connection_Table().
Definition at line 53 of file connections.h.
Referenced by config_request(), connect_pmu_tcp(), connect_pmu_udp(), data_off_llnode(), data_on_llnode(), and remove_llnode().
pthread_t Lower_Layer_Details::thread_id |
Definition at line 56 of file connections.h.
Referenced by connect_pmu_tcp(), connect_pmu_udp(), and remove_llnode().
Definition at line 54 of file connections.h.
Referenced by add_PMU(), config_request(), connect_pmu_tcp(), connect_pmu_udp(), data_off_llnode(), data_on_llnode(), and display_CT().