OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:udpsz
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
forward.c
393
unsigned short
udpsz
;
local
396
GETSHORT(
udpsz
, sizep);
397
if (
udpsz
> daemon->edns_pktsz)
rfc1035.c
1152
unsigned short
udpsz
, ext_rcode, flags;
local
1155
GETSHORT(
udpsz
, pheader);
1165
if (!is_sign && (
udpsz
> daemon->edns_pktsz))
[
all
...]
Completed in 2629 milliseconds