Lines Matching refs:sip_conn_object_t

302 typedef struct sip_conn_object	*sip_conn_object_t;
396 int (*sip_conn_send)(const sip_conn_object_t, char *, int);
397 void (*sip_hold_conn_object)(sip_conn_object_t);
398 void (*sip_rel_conn_object)(sip_conn_object_t);
399 boolean_t (*sip_conn_is_stream)(sip_conn_object_t);
400 boolean_t (*sip_conn_is_reliable)(sip_conn_object_t);
401 int (*sip_conn_remote_address)(sip_conn_object_t, struct sockaddr *,
403 int (*sip_conn_local_address)(sip_conn_object_t, struct sockaddr *,
405 int (*sip_conn_transport)(sip_conn_object_t);
406 int (*sip_conn_timer1)(sip_conn_object_t);
407 int (*sip_conn_timer2)(sip_conn_object_t);
408 int (*sip_conn_timer4)(sip_conn_object_t);
409 int (*sip_conn_timerd)(sip_conn_object_t);
414 void (*sip_ulp_recv)(const sip_conn_object_t,
442 extern int sip_init_conn_object(sip_conn_object_t);
443 extern void sip_clear_stale_data(sip_conn_object_t);
444 extern void sip_conn_destroyed(sip_conn_object_t);
446 extern int (*sip_stack_send)(const sip_conn_object_t, char *, int);
447 extern void (*sip_refhold_conn)(sip_conn_object_t);
448 extern void (*sip_refrele_conn)(sip_conn_object_t);
449 extern boolean_t (*sip_is_conn_stream)(sip_conn_object_t);
450 extern boolean_t (*sip_is_conn_reliable)(sip_conn_object_t);
451 extern int (*sip_conn_rem_addr)(sip_conn_object_t,
453 extern int (*sip_conn_local_addr)(sip_conn_object_t,
455 extern int (*sip_conn_transport)(sip_conn_object_t);
456 extern int (*sip_conn_timer1)(sip_conn_object_t);
457 extern int (*sip_conn_timer2)(sip_conn_object_t);
458 extern int (*sip_conn_timer4)(sip_conn_object_t);
459 extern int (*sip_conn_timerd)(sip_conn_object_t);
469 extern int sip_sendmsg(sip_conn_object_t, sip_msg_t, sip_dialog_t,
471 extern void sip_process_new_packet(sip_conn_object_t, void *,