Home
last modified time | relevance | path

Searched refs:FLAG_INVALID_REQ (Results 1 – 2 of 2) sorted by relevance

/dports/net/minidlna/minidlna-4f6a473/
H A Dupnphttp.h119 #define FLAG_INVALID_REQ 0x00000040 macro
H A Dupnphttp.c350 h->reqflags |= FLAG_INVALID_REQ; in ParseHttpHeaders()
370 h->reqflags |= FLAG_INVALID_REQ; in ParseHttpHeaders()
919 …mp(h->HttpVer, "HTTP/1.1")==0) && !(h->reqflags & FLAG_HOST)) || (h->reqflags & FLAG_INVALID_REQ) ) in ProcessHttpQuery_upnphttp()