Lines Matching defs:packet
267 static void _dnsPacket_init(DnsPacket* packet, const uint8_t* buff, int bufflen) { in _dnsPacket_init() argument
273 static void _dnsPacket_rewind(DnsPacket* packet) { in _dnsPacket_rewind()
277 static void _dnsPacket_skip(DnsPacket* packet, int count) { in _dnsPacket_skip()
285 static int _dnsPacket_readInt16(DnsPacket* packet) { in _dnsPacket_readInt16()
299 static int _dnsPacket_checkBytes(DnsPacket* packet, int numBytes, const void* bytes) { in _dnsPacket_checkBytes()
314 static int _dnsPacket_checkQName(DnsPacket* packet) { in _dnsPacket_checkQName()
345 static int _dnsPacket_checkQR(DnsPacket* packet) { in _dnsPacket_checkQR()
369 static int _dnsPacket_checkQuery(DnsPacket* packet) { in _dnsPacket_checkQuery()
437 static unsigned _dnsPacket_hashBytes(DnsPacket* packet, int numBytes, unsigned hash) { in _dnsPacket_hashBytes()
449 static unsigned _dnsPacket_hashQName(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQName()
482 static unsigned _dnsPacket_hashQR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashQR()
488 static unsigned _dnsPacket_hashRR(DnsPacket* packet, unsigned hash) { in _dnsPacket_hashRR()
497 static unsigned _dnsPacket_hashQuery(DnsPacket* packet) { in _dnsPacket_hashQuery()