Searched refs:FLAG_HOST (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnphttp.h116 #define FLAG_HOST 0x00000008 macro
H A Dupnphttp.c267 h->reqflags |= FLAG_HOST;
888 if( ((strcmp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnphttp.h71 #define FLAG_HOST 0x00000008 macro
H A Dupnphttp.c229 h->reqflags |= FLAG_HOST;
714 if( ((strcmp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) )

Completed in 115 milliseconds