Home
last modified time | relevance | path

Searched refs:IPSIZE (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/remoted/
H A Dsyslog.c40 char srcip[IPSIZE + 1]; in HandleSyslog()
97 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSyslog()
98 srcip[IPSIZE] = '\0'; in HandleSyslog()
H A Dsyslogtcp.c143 char srcip[IPSIZE + 1]; in HandleSyslogTCP()
149 memset(srcip, '\0', IPSIZE + 1); in HandleSyslogTCP()
191 int client_socket = OS_AcceptTCP(sock, srcip, IPSIZE); in HandleSyslogTCP()
H A Dsecure.c21 char srcip[IPSIZE + 1]; in HandleSecure()
113 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSecure()
114 srcip[IPSIZE] = '\0'; in HandleSecure()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/remoted/
H A Dsyslog.c40 char srcip[IPSIZE + 1]; in HandleSyslog()
97 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSyslog()
98 srcip[IPSIZE] = '\0'; in HandleSyslog()
H A Dsyslogtcp.c143 char srcip[IPSIZE + 1]; in HandleSyslogTCP()
149 memset(srcip, '\0', IPSIZE + 1); in HandleSyslogTCP()
191 int client_socket = OS_AcceptTCP(sock, srcip, IPSIZE); in HandleSyslogTCP()
H A Dsecure.c21 char srcip[IPSIZE + 1]; in HandleSecure()
113 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSecure()
114 srcip[IPSIZE] = '\0'; in HandleSecure()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/remoted/
H A Dsyslog.c40 char srcip[IPSIZE + 1]; in HandleSyslog()
97 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSyslog()
98 srcip[IPSIZE] = '\0'; in HandleSyslog()
H A Dsyslogtcp.c143 char srcip[IPSIZE + 1]; in HandleSyslogTCP()
149 memset(srcip, '\0', IPSIZE + 1); in HandleSyslogTCP()
191 int client_socket = OS_AcceptTCP(sock, srcip, IPSIZE); in HandleSyslogTCP()
H A Dsecure.c21 char srcip[IPSIZE + 1]; in HandleSecure()
113 satop((struct sockaddr *) &peer_info, srcip, IPSIZE); in HandleSecure()
114 srcip[IPSIZE] = '\0'; in HandleSecure()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/logformats/
H A Dl_cgp_native.c20 SAstrlcpy(tMR.ip, "127.0.0.1", IPSIZE); in CGPReadRecordM()
26 SAstrlcpy(t->ip, tMR.ip, IPSIZE); in CGPReadRecordM()
H A Dl_logformats.h28 char ip[IPSIZE];
H A Dl_qmail_syslog.c50 SAstrlcpy(t->ip, "127.0.0.1", IPSIZE); in QMSLReadRecordM()
H A Dl_postfix_syslog.c32 SAstrlcpy(t->ip, "127.0.0.1", IPSIZE); in PFSLReadRecordM()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_auth/
H A Dmain-server.c176 char srcip[IPSIZE + 1]; in main()
185 memset(srcip, '\0', IPSIZE + 1); in main()
436 satop((struct sockaddr *) &_nc, srcip, IPSIZE); in main()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_auth/
H A Dmain-server.c176 char srcip[IPSIZE + 1]; in main()
185 memset(srcip, '\0', IPSIZE + 1); in main()
436 satop((struct sockaddr *) &_nc, srcip, IPSIZE); in main()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/os_auth/
H A Dmain-server.c176 char srcip[IPSIZE + 1]; in main()
185 memset(srcip, '\0', IPSIZE + 1); in main()
436 satop((struct sockaddr *) &_nc, srcip, IPSIZE); in main()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/
H A Dglobal.h49 #define IPSIZE 16 macro
H A Dfree-sa.cgi.c8 …char tip[IPSIZE], tname[USERNAMESIZE], tmethod, turl[URLSIZE], tstat, rtr[USERNAMESIZE], stext[128… in main()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/roqvq/
H A Dcodec.h36 #define IPSIZE int macro
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd_packet.c17 # define IPSIZE 1025 macro
19 # define IPSIZE NI_MAXHOST macro
22 # define IPSIZE 16 macro
412 char subst[IPSIZE]; in replypacket()
979 char cbuf[DNS_MAXDOMAIN + IPSIZE + 50]; in logreply()
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/headers/
H A Ddefs.h38 #define IPSIZE INET6_ADDRSTRLEN /* IP Address size */ macro
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/headers/
H A Ddefs.h38 #define IPSIZE INET6_ADDRSTRLEN /* IP Address size */ macro
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/headers/
H A Ddefs.h38 #define IPSIZE INET6_ADDRSTRLEN /* IP Address size */ macro
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/os_net/
H A Dos_net.c632 if ((ip = (char *) calloc(IPSIZE, sizeof(char))) == NULL) { in OS_GetHost()
640 satop(hai->ai_addr, ip, IPSIZE); in OS_GetHost()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/os_net/
H A Dos_net.c632 if ((ip = (char *) calloc(IPSIZE, sizeof(char))) == NULL) { in OS_GetHost()
640 satop(hai->ai_addr, ip, IPSIZE); in OS_GetHost()

123