Searched refs:PACKETSZ (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dgethost.c100 #if PACKETSZ > 1024
101 #define MAXPACKET PACKETSZ
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/arpa/
H A Dnameser_compat.h81 #define PACKETSZ NS_PACKETSZ macro
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dres_sendsigned.c99 if (newmsglen > PACKETSZ || (nstatp->options & RES_IGNTC))
H A Dres_query.c96 #if PACKETSZ > 1024
97 #define MAXPACKET PACKETSZ
H A Dres_update.c88 double answer[PACKETSZ / sizeof (double)];
89 double packet[2*PACKETSZ / sizeof (double)];
H A Dres_send.c255 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
470 char junk[PACKETSZ];
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/arpa/
H A Dnameser_compat.h133 #define PACKETSZ NS_PACKETSZ macro
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_sendsigned.c93 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC)
H A Dres_update.c98 u_char answer[PACKETSZ];
H A Dres_query.c96 #if PACKETSZ > 1024
97 #define MAXPACKET PACKETSZ
H A Dres_data.c137 fp_nquery(msg, PACKETSZ, file);
H A Dres_send.c316 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
758 char junk[PACKETSZ];
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/arpa/
H A Dnameser.h91 #define PACKETSZ 512 /* maximum packet size */ macro
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dnameser.h61 #define PACKETSZ 512 /* maximum packet size */ macro
/netbsd-6-1-5-RELEASE/include/arpa/
H A Dnameser_compat.h136 #define PACKETSZ NS_PACKETSZ macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dloc.c351 u_char buf[PACKETSZ]; /* defined in arpa/nameser.h */
496 u_char buf[PACKETSZ]; /* defined in arpa/nameser.h */
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_query.c132 #if PACKETSZ > 1024
133 #define MAXPACKET PACKETSZ
H A Dres_data.c179 fp_nquery(msg, PACKETSZ, file);
H A Dres_send.c347 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
791 char junk[PACKETSZ];
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dhesiod.c426 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor;
438 NULL, qbuf, PACKETSZ);
H A Dgetnetnamadr.c165 static char netbuf[PACKETSZ];
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c100 u_char answer[PACKETSZ];
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dlcl_ho.c102 #if PACKETSZ > 1024
103 #define MAXPACKET PACKETSZ
H A Dnis_ho.c67 #if PACKETSZ > 1024
68 #define MAXPACKET PACKETSZ
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c1377 static u_char packet_buffer[PACKETSZ + 1];
1378 int buffer_len = PACKETSZ;
1385 NULL, packet_buffer, PACKETSZ);
1394 if (buffer_len + EDNSLEN >= PACKETSZ) {

Completed in 211 milliseconds

12