Lines Matching +defs:input +defs:port
885 * should be dropped based on the port number.
893 ns_client_dropport(in_port_t port) {
894 switch (port) {
931 * Don't send FORMERR to ports on the drop port list.
946 "dropped error (%.*s) response: suspicious port",
1287 unsigned char input[16 + 16] ISC_NONSTRING = { 0 };
1298 memmove(input, (unsigned char *)isc_buffer_used(buf) - 16, 16);
1304 memmove(input + 16, cp, 4);
1309 memmove(input + 16, cp, 16);
1316 isc_siphash24(secret, input, inputlen, true, digest);
1896 "dropped request: suspicious port");