Lines Matching defs:packet
284 static void _dnsPacket_init(DnsPacket* packet, const uint8_t* buff, int bufflen) { in _dnsPacket_init() argument
290 static void _dnsPacket_rewind(DnsPacket* packet) { in _dnsPacket_rewind()
294 static void _dnsPacket_skip(DnsPacket* packet, int count) { in _dnsPacket_skip()
302 static int _dnsPacket_readInt16(DnsPacket* packet) { in _dnsPacket_readInt16()
316 static int _dnsPacket_checkBytes(DnsPacket* packet, int numBytes, const void* bytes) { in _dnsPacket_checkBytes()
331 static int _dnsPacket_checkQName(DnsPacket* packet) { in _dnsPacket_checkQName()
362 static int _dnsPacket_checkQR(DnsPacket* packet) { in _dnsPacket_checkQR()
386 static int _dnsPacket_checkQuery(DnsPacket* packet) { in _dnsPacket_checkQuery()
454 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes()
466 static unsigned _dnsPacket_hashQName(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQName()
500 static unsigned _dnsPacket_hashQR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQR()
506 static unsigned _dnsPacket_hashRR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashRR()
515 static unsigned _dnsPacket_hashQuery(DnsPacket* packet) { in _dnsPacket_hashQuery()