HomeSort by: relevance | last modified time | path
    Searched defs:ver_cmd (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
proxyp.c 37 uint8_t ver_cmd; /* protocol version and command */ member in struct:__anon7846
103 if ( ( pph.ver_cmd & 0xF0 ) != 0x20 ) {
106 (long)sfd, pph.ver_cmd & 0xF0 );
111 if ( ( pph.ver_cmd & 0x0F ) == 0x01 ) { /* PROXY command */
156 switch ( pph.ver_cmd & 0x0F ) {
197 (long)sfd, pph.ver_cmd & 0x0F );
  /src/external/bsd/nsd/dist/util/
proxy_protocol.h 102 uint8_t ver_cmd; member in struct:pp2_header
  /src/external/bsd/unbound/dist/util/
proxy_protocol.h 102 uint8_t ver_cmd; member in struct:pp2_header
  /src/external/ibm-public/postfix/dist/src/global/
haproxy_srvr.h 76 /* ver_cmd byte */
109 uint8_t ver_cmd; /* protocol version | command */ member in struct:proxy_hdr_v2
  /src/external/mpl/bind/dist/lib/isc/
proxy2.c 225 * uint8_t ver_cmd; // protocol version and command
230 uint8_t ver_cmd = 0; local
238 ver_cmd = isc_buffer_getuint8(&handler->hdrbuf);
241 if ((ver_cmd & 0xF0U) >> 4 != 2) {
248 cmd = ver_cmd & 0xFU;
1085 uint8_t ver_cmd = 0; local
1098 * uint8_t ver_cmd; // protocol version and command
1204 ver_cmd = (((2 << 4) & 0xF0U) | cmd);
1218 isc_buffer_putuint8(outbuf, ver_cmd);

Completed in 52 milliseconds