Lines Matching refs:conn_t
113 conn_t *connp;
655 extern void tcp_close_common(conn_t *, int);
661 extern conn_t *tcp_create_common(cred_t *, boolean_t, boolean_t, int *);
664 extern int tcp_do_bind(conn_t *, struct sockaddr *, socklen_t, cred_t *,
666 extern int tcp_do_connect(conn_t *, const struct sockaddr *, socklen_t,
668 extern int tcp_do_listen(conn_t *, struct sockaddr *, socklen_t, int,
670 extern int tcp_do_unbind(conn_t *);
679 extern void tcp_reinput(conn_t *, mblk_t *, ip_recv_attr_t *, ip_stack_t *);
695 extern int tcp_bind_check(conn_t *, struct sockaddr *, socklen_t,
736 ip_stack_t *i, conn_t *);
752 extern boolean_t tcp_verifyicmp(conn_t *, void *, icmph_t *, icmp6_t *,
772 extern timeout_id_t tcp_timeout(conn_t *, void (*)(void *), hrtime_t);
773 extern clock_t tcp_timeout_cancel(conn_t *, timeout_id_t);
806 extern int tcp_opt_get(conn_t *, int, int, uchar_t *);
807 extern int tcp_opt_set(conn_t *, uint_t, int, int, uint_t, uchar_t *,