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
405
unsigned short
udpsz
;
local
408
GETSHORT(
udpsz
, sizep);
409
if (
udpsz
> daemon->edns_pktsz)
rfc1035.c
1160
unsigned short
udpsz
, ext_rcode, flags;
local
1163
GETSHORT(
udpsz
, pheader);
1173
if (!is_sign && (
udpsz
> daemon->edns_pktsz))
[
all
...]
Completed in 105 milliseconds