Home
last modified time | relevance | path

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

/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dproto.c79 } else if (code == PKT_GSSENCREQ) { in get_header()
80 type = PKT_GSSENCREQ; in get_header()
H A Dclient.c741 case PKT_GSSENCREQ: in handle_client_startup()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h194 #define PKT_GSSENCREQ 80877104 macro