nathelper.h File Reference

#include "../../str.h"

Include dependency graph for nathelper.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  rtpp_node
struct  rtpp_set
struct  rtpp_set_head

Defines

#define STR2IOVEC(sx, ix)   do {(ix).iov_base = (sx).s; (ix).iov_len = (sx).len;} while(0)
#define SZ2IOVEC(sx, ix)   do {(ix).iov_base = (sx); (ix).iov_len = strlen(sx);} while(0)

Functions

struct rtpp_nodeselect_rtpp_node (str, int)
char * send_rtpp_command (struct rtpp_node *, struct iovec *, int)


Define Documentation

#define STR2IOVEC ( sx,
ix   )     do {(ix).iov_base = (sx).s; (ix).iov_len = (sx).len;} while(0)

#define SZ2IOVEC ( sx,
ix   )     do {(ix).iov_base = (sx); (ix).iov_len = strlen(sx);} while(0)

Definition at line 34 of file nathelper.h.


Function Documentation

struct rtpp_node* select_rtpp_node ( str  ,
int   
) [read]

char* send_rtpp_command ( struct rtpp_node ,
struct iovec *  ,
int   
)


Generated on Wed May 23 20:00:41 2012 for Kamailio - The Open Source SIP Server by  doxygen 1.5.6