The Sequence Toolkit
www.sequence-toolkit.com
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
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
19
stk_data_flow_t
*
stk_udp_listener_create_data_flow
(
stk_env_t
*env,
char
*name,
stk_uint64
id
,
stk_options_t
*options);
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
31
stk_sequence_t
*
stk_udp_listener_data_flow_rcv
(
stk_data_flow_t
*df,
stk_sequence_t
*data_sequence,
stk_uint64
flags);
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
Sequence Toolkit
API, Wed Apr 15 2015 22:32:53