Searched refs:dns_packet_read_uint8 (Results 1 - 2 of 2) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-packet.c1188 int dns_packet_read_uint8(DnsPacket *p, uint8_t *ret, size_t *start) { function
1243 r = dns_packet_read_uint8(p, &c, NULL);
1289 r = dns_packet_read_uint8(p, &c, NULL);
1333 r = dns_packet_read_uint8(p, &c, NULL);
1368 r = dns_packet_read_uint8(p, &d, NULL);
1432 r = dns_packet_read_uint8(p, &window, NULL);
1436 r = dns_packet_read_uint8(p, &length, NULL);
1749 r = dns_packet_read_uint8(p, &t, &pos);
1756 r = dns_packet_read_uint8(p, &rr->loc.size, NULL);
1765 r = dns_packet_read_uint8(
[all...]
H A Dresolved-dns-packet.h192 int dns_packet_read_uint8(DnsPacket *p, uint8_t *ret, size_t *start);

Completed in 2754 milliseconds