Searched defs:sip_conn_object_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip.h305 typedef struct sip_conn_object *sip_conn_object_t; typedef in typeref:struct:sip_conn_object
399 int (*sip_conn_send)(const sip_conn_object_t, char *, int);
400 void (*sip_hold_conn_object)(sip_conn_object_t);
401 void (*sip_rel_conn_object)(sip_conn_object_t);
402 boolean_t (*sip_conn_is_stream)(sip_conn_object_t);
403 boolean_t (*sip_conn_is_reliable)(sip_conn_object_t);
404 int (*sip_conn_remote_address)(sip_conn_object_t, struct sockaddr *,
406 int (*sip_conn_local_address)(sip_conn_object_t, struct sockaddr *,
408 int (*sip_conn_transport)(sip_conn_object_t);
409 int (*sip_conn_timer1)(sip_conn_object_t);
[all...]

Completed in 49 milliseconds