Home
last modified time | relevance | path

Searched refs:PKT_SSLREQ (Results 1 – 4 of 4) sorted by relevance

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dproto.c77 } else if (code == PKT_SSLREQ) { in get_header()
78 type = PKT_SSLREQ; in get_header()
H A Dclient.c714 case PKT_SSLREQ: in handle_client_startup()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dpktbuf.h116 pktbuf_write_generic(buf, PKT_SSLREQ, "")
H A Dbouncer.h193 #define PKT_SSLREQ 80877103 macro