Lines Matching defs:sip_conn_object_t

305 typedef struct sip_conn_object	*sip_conn_object_t;
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);
410 int (*sip_conn_timer2)(sip_conn_object_t);
411 int (*sip_conn_timer4)(sip_conn_object_t);
412 int (*sip_conn_timerd)(sip_conn_object_t);
417 void (*sip_ulp_recv)(const sip_conn_object_t,
445 extern int sip_init_conn_object(sip_conn_object_t);
446 extern void sip_clear_stale_data(sip_conn_object_t);
447 extern void sip_conn_destroyed(sip_conn_object_t);
449 extern int (*sip_stack_send)(const sip_conn_object_t, char *, int);
450 extern void (*sip_refhold_conn)(sip_conn_object_t);
451 extern void (*sip_refrele_conn)(sip_conn_object_t);
452 extern boolean_t (*sip_is_conn_stream)(sip_conn_object_t);
453 extern boolean_t (*sip_is_conn_reliable)(sip_conn_object_t);
454 extern int (*sip_conn_rem_addr)(sip_conn_object_t,
456 extern int (*sip_conn_local_addr)(sip_conn_object_t,
458 extern int (*sip_conn_transport)(sip_conn_object_t);
459 extern int (*sip_conn_timer1)(sip_conn_object_t);
460 extern int (*sip_conn_timer2)(sip_conn_object_t);
461 extern int (*sip_conn_timer4)(sip_conn_object_t);
462 extern int (*sip_conn_timerd)(sip_conn_object_t);
472 extern int sip_sendmsg(sip_conn_object_t, sip_msg_t, sip_dialog_t,
474 extern void sip_process_new_packet(sip_conn_object_t, void *,