Home
last modified time | relevance | path

Searched defs:sockd_request_t (Results 1 – 1 of 1) sorted by relevance

/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h2399 typedef struct sockd_request_t { struct
2400 reqinfo_t reqinfo; /* info from child about this request. */
2401 struct sockaddr_storage from; /* client's control address. */
2402 struct sockaddr_storage to; /* address client was accepted on. */
2427 } sockd_request_t; argument