Searched refs:req_client (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h89 struct client_cache_s * req_client; member in struct:upnphttp
H A Dupnphttp.c445 h->req_client = SearchClientCache(h->clientaddr, 0);
447 if (!h->req_client)
449 h->req_client = AddClientCache(h->clientaddr, client);
454 enum client_types ctype = h->req_client->type->type;
460 h->req_client->type = &client_types[client];
461 h->req_client->age = time(NULL);
914 if( h->req_client && h->req_client->type->type == EXbox )
930 else if( h->req_client && h->req_client
[all...]
H A Dupnpsoap.c408 int samsung = h->req_client && (h->req_client->type->flags & FLAG_SAMSUNG);
1253 args.client = h->req_client ? h->req_client->type->type : 0;
1254 args.flags = h->req_client ? h->req_client->type->flags : 0;
1729 args.client = h->req_client ? h->req_client->type->type : 0;
1730 args.flags = h->req_client ? h->req_client
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h46 enum client_types req_client; member in struct:upnphttp
H A Dupnphttp.c234 if( h->req_client )
241 h->req_client = EXbox;
246 h->req_client = EPS3;
252 h->req_client = ESamsungTV;
259 h->req_client = EDenonReceiver;
264 h->req_client = EFreeBox;
268 h->req_client = EPopcornHour;
273 h->req_client = EStandardDLNA150;
281 if( h->req_client )
288 h->req_client
[all...]
H A Dupnpsoap.c888 if( h->req_client == EXbox )
897 if( h->req_client == EXbox )
921 args.client = h->req_client;
923 if( h->req_client == EXbox )
1018 if( h->req_client == EXbox )
1064 if( h->req_client == EXbox )
1087 args.client = h->req_client;
1089 if( h->req_client == EXbox )
1256 if( h->req_client == EXbox )

Completed in 102 milliseconds