Home
last modified time | relevance | path

Searched refs:PACKETSZ (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/security/clamav-lts/clamav-0.103.5/libfreshclam/
H A Ddns.c41 #ifndef PACKETSZ
42 #define PACKETSZ 512 macro
48 unsigned char answer[PACKETSZ], *answend, *pt; in dnsquery()
62 memset(answer, 0, PACKETSZ); in dnsquery()
63 if ((len = res_query(domain, C_IN, qtype, answer, PACKETSZ)) < 0 || len > PACKETSZ) { in dnsquery()
70 memset(answer, 0, PACKETSZ); in dnsquery()
73 if ((len = res_query(domain, C_IN, qtype, answer, PACKETSZ)) < 0) { in dnsquery()
/dports/security/clamav/clamav-0.104.2/libfreshclam/
H A Ddns.c41 #ifndef PACKETSZ
42 #define PACKETSZ 512 macro
48 unsigned char answer[PACKETSZ], *answend, *pt; in dnsquery()
62 memset(answer, 0, PACKETSZ); in dnsquery()
63 if ((len = res_query(domain, C_IN, qtype, answer, PACKETSZ)) < 0 || len > PACKETSZ) { in dnsquery()
70 memset(answer, 0, PACKETSZ); in dnsquery()
73 if ((len = res_query(domain, C_IN, qtype, answer, PACKETSZ)) < 0) { in dnsquery()
/dports/security/p5-Crypt-Dining/Crypt-Dining-1.01/lib/Crypt/
H A DDining.pm5 use vars qw($VERSION $PORT $PACKETSZ);
13 $PACKETSZ = 1024;
125 my $addr = $socket->recv($data, $PACKETSZ + 4);
141 my $addr = $socket->recv($data, $PACKETSZ + 4);
152 Length => $PACKETSZ,
167 unless length $packet eq $PACKETSZ + 4;
187 unless length $packet eq $PACKETSZ + 4;
/dports/net/siproxd/siproxd-0.8.2/src/
H A Dresolve.c82 unsigned char msg[PACKETSZ]; in _resolve()
83 int msglen=PACKETSZ; in _resolve()
100 char tmpname[PACKETSZ]; in _resolve()
121 j=dn_expand(msg,msg+PACKETSZ,mptr,exp_dn,exp_dnlen); in _resolve()
137 j=dn_expand(msg,msg+PACKETSZ,mptr,exp_dn,exp_dnlen); in _resolve()
168 j = dn_expand( msg, msg + PACKETSZ, xptr, tmpname, MAXDNAME ); in _resolve()
216 j = dn_expand( msg, msg + PACKETSZ, xptr, tmpname, MAXDNAME ); in _resolve()
/dports/mail/fetchmailconf/fetchmail-6.4.28/
H A Dmxget.c43 #ifndef PACKETSZ
44 #define PACKETSZ 512 /* maximum packet size */ macro
62 char answer[PACKETSZ], *eom, *cp, *bp; in getmxrecords()
64 static struct mxentry pmx[(PACKETSZ - HFIXEDSZ) / MIN_MX_SIZE]; in getmxrecords()
65 static char MXHostBuf[PACKETSZ - HFIXEDSZ]; in getmxrecords()
/dports/mail/fetchmail/fetchmail-6.4.28/
H A Dmxget.c43 #ifndef PACKETSZ
44 #define PACKETSZ 512 /* maximum packet size */ macro
62 char answer[PACKETSZ], *eom, *cp, *bp; in getmxrecords()
64 static struct mxentry pmx[(PACKETSZ - HFIXEDSZ) / MIN_MX_SIZE]; in getmxrecords()
65 static char MXHostBuf[PACKETSZ - HFIXEDSZ]; in getmxrecords()
/dports/mail/rblcheck/rblcheck-d7eb2e5/utils/dns/
H A Ddump.c32 u_char buf[ PACKETSZ ]; in main()
36 res_query( domain, C_IN, T_TXT, buf, PACKETSZ ); in main()
42 for( i = 0; i < PACKETSZ; i++ ) in main()
/dports/mail/pathalias/pathalias-9.16/
H A Ddomain.c106 unsigned char q[PACKETSZ], a[PACKETSZ]; /* query, answer */
107 char buf[PACKETSZ+1];
109 if ((n = strlen(domain)) >= PACKETSZ)
/dports/mail/rblcheck/rblcheck-d7eb2e5/
H A Drblcheck.c80 #ifndef PACKETSZ
81 #define PACKETSZ 512 macro
191 u_char fixedans[ PACKETSZ ]; in rblcheck()
211 len = res_query( domain, C_IN, T_A, answer, PACKETSZ ); in rblcheck()
217 if( len > PACKETSZ ) in rblcheck()
236 len = res_query( domain, C_IN, T_TXT, answer, PACKETSZ ); in rblcheck()
/dports/mail/libdomainkeys/libdomainkeys-0.69/
H A Ddns_txt.c67 u_char response[PACKETSZ+1]; /* response */ in dns_text()
75 u_char buf[PACKETSZ+1]; /* we're storing a TXT record here, not just a DNAME */ in dns_text()
122 if( bufptr-buf + cnt + 1 >= PACKETSZ ) in dns_text()
/dports/dns/dnsreflector/dnsreflector-1.02/
H A Ddnsreflector.c88 #define MAXQUERY (PACKETSZ - sizeof(ADDITIONAL) - sizeof(AUTHORITY) - sizeof(ANSWER_AAAA))
143 char msg[PACKETSZ]; in main()
218 n = recvfrom(s, &msg, PACKETSZ, 0, in main()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/BsdSocketLib/
H A Dgetnetbydns.c101 #if PACKETSZ > 1024
102 #define MAXPACKET PACKETSZ
130 static char *net_aliases[MAXALIASES], netbuf[PACKETSZ]; in getnetanswer()
/dports/net/mtr/mtr-0.94/ui/
H A Dasn.c79 unsigned char answer[PACKETSZ], *pt; in ipinfo_lookup()
90 memset(answer, 0, PACKETSZ); in ipinfo_lookup()
91 if ((len = res_query(domain, C_IN, T_TXT, answer, PACKETSZ)) < 0) { in ipinfo_lookup()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dgetnetbydns.c92 #if PACKETSZ > 1024
93 #define MAXPACKET PACKETSZ
124 static char *net_aliases[MAXALIASES], netbuf[PACKETSZ];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dgetnetbydns.c92 #if PACKETSZ > 1024
93 #define MAXPACKET PACKETSZ
124 static char *net_aliases[MAXALIASES], netbuf[PACKETSZ];
/dports/net/mtr-nox11/mtr-0.94/ui/
H A Dasn.c79 unsigned char answer[PACKETSZ], *pt; in ipinfo_lookup()
90 memset(answer, 0, PACKETSZ); in ipinfo_lookup()
91 if ((len = res_query(domain, C_IN, T_TXT, answer, PACKETSZ)) < 0) { in ipinfo_lookup()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/kernel/
H A Dqdnslookup_unix.cpp210 QVarLengthArray<unsigned char, PACKETSZ> buffer(PACKETSZ); in query()
213 if (Q_UNLIKELY(responseLength > PACKETSZ)) { in query()
264 char host[PACKETSZ], answer[PACKETSZ]; in query()

12345678910