Searched refs:dns_packet_append_uint8 (Results 1 - 2 of 2) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-dns-packet.c | 366 int dns_packet_append_uint8(DnsPacket *p, uint8_t v, size_t *start) { function 544 r = dns_packet_append_uint8(p, 0, NULL); 600 r = dns_packet_append_uint8(p, window, NULL); 604 r = dns_packet_append_uint8(p, length, NULL); 683 r = dns_packet_append_uint8(p, 0, NULL); 906 r = dns_packet_append_uint8(p, rr->loc.version, NULL); 910 r = dns_packet_append_uint8(p, rr->loc.size, NULL); 914 r = dns_packet_append_uint8(p, rr->loc.horiz_pre, NULL); 918 r = dns_packet_append_uint8(p, rr->loc.vert_pre, NULL); 938 r = dns_packet_append_uint8( [all...] |
H A D | resolved-dns-packet.h | 176 int dns_packet_append_uint8(DnsPacket *p, uint8_t v, size_t *start);
|
Completed in 1162 milliseconds