Home
last modified time | relevance | path

Searched refs:PKT_CANCEL (Results 1 – 5 of 5) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/network/
H A Dnet_main.h77 PKT_CANCEL = 2, // unused? enumerator
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dproto.c75 if (code == PKT_CANCEL) { in get_header()
76 type = PKT_CANCEL; in get_header()
H A Dclient.c861 case PKT_CANCEL: in handle_client_startup()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dpktbuf.h98 pktbuf_write_generic(buf, PKT_CANCEL, "b", key, 8)
H A Dbouncer.h192 #define PKT_CANCEL 80877102 macro