Home
last modified time | relevance | path

Searched refs:snmpv1_w (Results 1 – 2 of 2) sorted by relevance

/dports/security/medusa/medusa-2.2/src/modsrc/
H A Dsnmp.c647 } snmpv1_w = { in sendWrite() local
664 …nSendBufferSize = sizeof(snmpv1_a) + sizeof(snmpv1_w) + strlen(szPassword) + strlen(szLocation) + … in sendWrite()
672 memcpy(bufSend + sizeof(snmpv1_a) + strlen(szPassword), &snmpv1_w, sizeof(snmpv1_w)); in sendWrite()
676 …memset(bufSend + sizeof(snmpv1_a) + strlen(szPassword) + sizeof(snmpv1_w) - 1, strlen(szLocation),… in sendWrite()
677 …strncpy((char *)bufSend + sizeof(snmpv1_a) + strlen(szPassword) + sizeof(snmpv1_w), szLocation, st… in sendWrite()
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra-snmp.c69 } snmpv1_w = { variable
207 size = sizeof(snmpv1_w); in start_snmp()
222 memcpy(buffer + i, &snmpv1_w, size); in start_snmp()
223 i += sizeof(snmpv1_w); in start_snmp()