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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
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 = uptime();
916 if( h->req_client && h->req_client->type->type == EXbox )
932 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
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 = uptime();
916 if( h->req_client && h->req_client->type->type == EXbox )
932 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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
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 = uptime();
916 if( h->req_client && h->req_client->type->type == EXbox )
932 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...]

Completed in 191 milliseconds