#include <connections.h>

Data Fields | |
| char | ip [16] |
| int | port |
| char | protocol [4] |
| int | sockfd |
| int | tcpup |
| pthread_t | thread_id |
| struct sockaddr_in | pdc_addr |
| int | config_change |
| int | UL_upper_pdc_cfgsent |
| int | UL_data_transmission_off |
| int | address_set |
| struct Upper_Layer_Details * | next |
| struct Upper_Layer_Details * | prev |
Definition at line 66 of file connections.h.
Definition at line 78 of file connections.h.
Referenced by add_PDC(), recreate_Connection_Table(), and UL_udp().
Definition at line 75 of file connections.h.
Referenced by add_PDC(), add_PMU(), config_request(), connect_pmu_tcp(), dispatch(), recreate_Connection_Table(), remove_Lower_Node(), UL_tcp_connection(), and UL_udp().
| char Upper_Layer_Details::ip[16] |
Definition at line 68 of file connections.h.
Referenced by add_PDC(), display_CT(), recreate_Connection_Table(), remove_PDC(), UL_tcp(), and UL_udp().
Definition at line 79 of file connections.h.
Referenced by add_PDC(), add_PMU(), config_request(), connect_pmu_tcp(), dispatch(), display_CT(), recreate_Connection_Table(), remove_Lower_Node(), remove_PDC(), UL_tcp(), and UL_udp().
| struct sockaddr_in Upper_Layer_Details::pdc_addr |
Definition at line 74 of file connections.h.
Referenced by add_PDC(), dispatch(), recreate_Connection_Table(), UL_tcp(), and UL_udp().
Definition at line 69 of file connections.h.
Referenced by add_PDC(), dispatch(), display_CT(), recreate_Connection_Table(), remove_PDC(), UL_tcp(), and UL_udp().
Definition at line 80 of file connections.h.
Referenced by add_PDC(), recreate_Connection_Table(), and remove_PDC().
| char Upper_Layer_Details::protocol[4] |
Definition at line 70 of file connections.h.
Referenced by add_PDC(), display_CT(), recreate_Connection_Table(), remove_PDC(), UL_tcp(), and UL_udp().
Definition at line 71 of file connections.h.
Referenced by dispatch(), UL_tcp(), UL_tcp_connection(), and UL_udp().
Definition at line 72 of file connections.h.
Referenced by add_PDC(), dispatch(), recreate_Connection_Table(), and UL_tcp_connection().
| pthread_t Upper_Layer_Details::thread_id |
Definition at line 73 of file connections.h.
Referenced by dispatch(), and UL_tcp_connection().
Definition at line 77 of file connections.h.
Referenced by add_PDC(), dispatch(), recreate_Connection_Table(), UL_tcp_connection(), and UL_udp().
Definition at line 76 of file connections.h.
Referenced by add_PDC(), dispatch(), recreate_Connection_Table(), UL_tcp_connection(), and UL_udp().
1.6.3