Home
last modified time | relevance | path

Searched refs:httpflags (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/relayd/
Dparse.y1153 } httpflags
1168 httpflags_l : httpflags comma httpflags_l
1169 | httpflags
1172 httpflags : HEADERLEN NUMBER {
1179 | WEBSOCKETS { proto->httpflags |= HTTPFLAG_WEBSOCKETS; }
1180 | NO WEBSOCKETS { proto->httpflags &= ~HTTPFLAG_WEBSOCKETS; }
Drelay_http.c577 if ((proto->httpflags & HTTPFLAG_WEBSOCKETS) == 0) { in relay_read_http()
593 (proto->httpflags & HTTPFLAG_WEBSOCKETS)) { in relay_read_http()
Drelayd.h739 int httpflags; member