Lines Matching refs:conn_t
96 conn_t *connp;
527 extern void tcp_close_common(conn_t *, int);
533 extern conn_t *tcp_create_common(cred_t *, boolean_t, boolean_t, int *);
536 extern int tcp_do_bind(conn_t *, struct sockaddr *, socklen_t, cred_t *,
538 extern int tcp_do_connect(conn_t *, const struct sockaddr *, socklen_t,
540 extern int tcp_do_listen(conn_t *, struct sockaddr *, socklen_t, int,
542 extern int tcp_do_unbind(conn_t *);
555 extern void tcp_reinput(conn_t *, mblk_t *, ip_recv_attr_t *, ip_stack_t *);
571 extern int tcp_bind_check(conn_t *, struct sockaddr *, socklen_t,
612 ip_stack_t *i, conn_t *);
626 extern boolean_t tcp_verifyicmp(conn_t *, void *, icmph_t *, icmp6_t *,
646 extern timeout_id_t tcp_timeout(conn_t *, void (*)(void *), hrtime_t);
647 extern clock_t tcp_timeout_cancel(conn_t *, timeout_id_t);
681 extern int tcp_opt_get(conn_t *, int, int, uchar_t *);
682 extern int tcp_opt_set(conn_t *, uint_t, int, int, uint_t, uchar_t *,