Data Fields | |
int | udp_fd |
int | ttl |
int | buffer_size |
int | is_multicast |
int | local_port |
int | reuse_socket |
struct sockaddr_storage | dest_addr |
int | dest_addr_len |
Definition at line 49 of file udp.c.
struct sockaddr_storage UDPContext::dest_addr [read] |
Definition at line 56 of file udp.c.
Referenced by udp_close(), udp_open(), udp_set_remote_url(), udp_socket_create(), and udp_write().
Definition at line 53 of file udp.c.
Referenced by udp_close(), udp_open(), and udp_set_remote_url().
Definition at line 54 of file udp.c.
Referenced by udp_get_local_port(), udp_open(), and udp_socket_create().
int UDPContext::ttl |
Definition at line 50 of file udp.c.
Referenced by udp_close(), udp_get_file_handle(), udp_open(), udp_read(), and udp_write().