Home
last modified time | relevance | path

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

/dports/dns/dhisd/dhisd-5.5/
H A Dnetwork.c55 case(AUTH_DENY): return(sizeof(auth_deny_t)); in msg_size_by_opcode()
156 case(AUTH_DENY): break; in convert_message()
747 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
757 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
768 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
782 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
832 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
842 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
856 m.hdr.opcode=AUTH_DENY; in net_do_dgram()
H A Ddhisd.h96 #define AUTH_DENY 0x00000522 macro
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/uri_signing/
H A Dconfig.c33 #define AUTH_DENY 0 macro
236 ad->auth = AUTH_DENY; in read_config_from_json()
245 ad->auth = AUTH_DENY; in read_config_from_json()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DAsyncServer.h66 AUTH_DENY, // denied - don't send me anything about this client anymore enumerator
H A DAsyncServer.cpp1738 if ( challenges[ ichallenge ].authReply != AUTH_DENY ) { in ProcessConnectMessage()