Searched refs:FLAG_INVALID_REQ (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.h119 #define FLAG_INVALID_REQ 0x00000040 macro
H A Dupnphttp.c345 h->reqflags |= FLAG_INVALID_REQ;
365 h->reqflags |= FLAG_INVALID_REQ;
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.h74 #define FLAG_INVALID_REQ 0x00000010 macro
H A Dupnphttp.c309 h->reqflags |= FLAG_INVALID_REQ;
714 if( ((strcmp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) )

Completed in 163 milliseconds