The Sequence Toolkit
www.sequence-toolkit.com
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
stk_udp_listener_api.h
Go to the documentation of this file.
1 
9 #ifndef STK_UDP_LISTENER_API_H
10 #define STK_UDP_LISTENER_API_H
11 #include "stk_data_flow.h"
12 
20 #define stk_udp_create_subscriber stk_udp_listener_create_data_flow
26 int stk_udp_listener_fd(stk_data_flow_t *svr_df);
27 
36 stk_ret stk_udp_listener_data_flow_id_ip(stk_data_flow_t *df,struct sockaddr *data_flow_id,socklen_t addrlen);
41 stk_ret stk_udp_listener_data_flow_clientip(stk_data_flow_t *df,struct sockaddr *data_flow_id,socklen_t addrlen);
42 
43 #endif