OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcplen
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/
wire_test.c
240
unsigned int
tcplen
;
local
246
tcplen
= isc_buffer_getuint16(input);
248
if (isc_buffer_remaininglength(input) <
tcplen
) {
/src/external/bsd/nsd/dist/
query.h
78
uint16_t
tcplen
;
member in struct:query
/src/external/bsd/unbound/dist/services/
listen_dnsport.c
3993
* This includes the
tcplen
start uint16_t, in outlen_wire. */
4101
uint16_t
tcplen
= 0;
local
4106
tcplen
= stream->inlen;
4110
memmove(((uint8_t*)&
tcplen
)+stream->nread, data, todolen);
4116
stream->inlen = ntohs(
tcplen
);
4121
stream->inlen =
tcplen
;
/src/external/mpl/bind/dist/lib/isc/netmgr/
netmgr-int.h
303
char
tcplen
[2]; /* The TCP DNS message length */
member in struct:isc__nm_uvreq
/src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h
332
char
tcplen
[2]; /* The TCP DNS message length */
member in struct:isc__nm_uvreq
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026