Searched defs:hcb_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h51 * nca_conn_t connf_t nca_cpu_t dcb_t hcb_t nca_if_t nca_io2_t
878 * hcb_t - host control block.
886 * Used to associate one or more hcb_t(s) with a given httpd door instance.
890 * Used to search for a hcb_t match, currently a singly linked grounded list
904 struct hcb_s *next; /* Next hcb_t (none: NULL) */
911 } hcb_t; typedef in typeref:struct:hcb_s
918 hcb_t list; /* Head of a hcb_t list (any: NULL) */

Completed in 72 milliseconds