Home
last modified time | relevance | path

Searched refs:client_cache_s (Results 1 – 7 of 7) sorted by relevance

/dports/net/minidlna/minidlna-4f6a473/
H A Dclients.h99 struct client_cache_s { struct
108 extern struct client_cache_s clients[CLIENT_CACHE_SLOTS]; argument
110 struct client_cache_s *SearchClientCache(struct in_addr addr, int quiet);
111 struct client_cache_s *AddClientCache(struct in_addr addr, int type);
H A Dclients.c312 struct client_cache_s clients[CLIENT_CACHE_SLOTS];
314 struct client_cache_s *
336 memset(&clients[i], 0, sizeof(struct client_cache_s)); in SearchClientCache()
350 struct client_cache_s *
H A Dprocess.h38 struct client_cache_s *client;
50 pid_t process_fork(struct client_cache_s *client);
H A Dprocess.c51 add_process_info(pid_t pid, struct client_cache_s *client) in add_process_info()
87 process_fork(struct client_cache_s *client) in process_fork()
H A Dupnphttp.h89 struct client_cache_s * req_client;
H A Dminissdp.c342 struct client_cache_s *client; in ParseUPnPClient()
588 struct client_cache_s *client = SearchClientCache(sendername.sin_addr, 1); in ProcessSSDPRequest()
H A Dminidlna.c118 memset(&clients, 0, sizeof(struct client_cache_s)); in OpenAndConfHTTPSocket()