Searched defs:hcb_s (Results 1 – 1 of 1) sorted by relevance
903 typedef struct hcb_s { struct904 struct hcb_s *next; /* Next hcb_t (none: NULL) */ argument905 ipaddr_t addr; /* IP address (any: INADDR_ANY or 0) */906 uint16_t port; /* TCP port number */907 char *host; /* Host: name (any: NULL) */908 ssize_t hostsz; /* Size of above */909 char *root; /* Document root ("/": NULL) */910 ssize_t rootsz; /* Size of above */