HomeSort by relevance Sort by last modified time
    Searched defs:tcp_t (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp_inet.h 292 } tcp_t; typedef in typeref:struct:tcp_s
299 extern int tcp_send(int, tcp_t *, const void *, int);
300 extern int tcp_opt_set(tcp_t *, int, int, const void *, socklen_t);
  /onnv/onnv-gate/usr/src/uts/common/inet/
tcp.h 385 struct tcp_s *tcp_bind_hash_port; /* tcp_t's bound to the same lport */
478 } tcp_t; typedef in typeref:struct:tcp_s
487 extern void tcp_free(tcp_t *tcp);
502 extern mblk_t *tcp_xmit_mp(tcp_t *tcp, mblk_t *mp, int32_t max_to_send,
509 * protected by the per-bucket tf_lock. Each tcp_t
512 * The listener and acceptor hash queues are lists of tcp_t.
516 tcp_t *tf_tcp;

Completed in 4199 milliseconds