| /src/external/bsd/nsd/dist/ |
| buffer.h | 23 typedef struct buffer buffer_type; typedef in typeref:struct:buffer 55 buffer_invariant(buffer_type *ATTR_UNUSED(buffer)) 60 buffer_invariant(buffer_type *buffer) 72 buffer_type *buffer_create(region_type *region, size_t capacity); 79 void buffer_create_from(buffer_type *buffer, const void *data, size_t size); 85 void buffer_clear(buffer_type *buffer); 92 void buffer_flip(buffer_type *buffer); 98 void buffer_rewind(buffer_type *buffer); 101 buffer_position(buffer_type *buffer) 111 buffer_set_position(buffer_type *buffer, size_t mark [all...] |
| buffer.c | 19 buffer_type *buffer = (buffer_type *) arg; 24 buffer_type * 27 buffer_type *buffer 28 = (buffer_type *) region_alloc(region, sizeof(buffer_type)); 44 buffer_create_from(buffer_type *buffer, const void *data, size_t size) 57 buffer_clear(buffer_type *buffer) 66 buffer_flip(buffer_type *buffer) 75 buffer_rewind(buffer_type *buffer [all...] |
| tsig.h | 225 void tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length); 253 int tsig_find_rr(tsig_record_type *tsig, buffer_type *packet); 263 int tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet); 268 void tsig_append_rr(tsig_record_type *tsig, buffer_type *packet);
|
| packet.h | 176 int packet_skip_rr(buffer_type *packet, int question_section); 181 int packet_skip_dname(buffer_type *packet); 188 buffer_type *packet, 196 int packet_read_query_section(buffer_type *packet, 203 int packet_find_notify_serial(buffer_type *packet, uint32_t* serial);
|
| dname.h | 68 buffer_type *packet, 78 buffer_type *packet, 449 buffer_type *packet, int allow_pointers, int normalize);
|
| edns.h | 97 int edns_parse_record(edns_record_type *data, buffer_type *packet,
|
| packet.c | 198 packet_skip_dname(buffer_type *packet) 222 packet_skip_rr(buffer_type *packet, int question_section) 247 buffer_type *packet, int question_section) 299 int packet_read_query_section(buffer_type *packet, 338 int packet_find_notify_serial(buffer_type *packet, uint32_t* serial)
|
| xfrd.h | 384 xfrd_zone_type* zone, buffer_type* packet); 408 int xfrd_send_udp(struct acl_options* acl, buffer_type* packet, 414 int xfrd_udp_read_packet(buffer_type* packet, int fd, struct sockaddr* src, 430 void xfrd_tsig_sign_request(buffer_type* packet, struct tsig_record* tsig, 441 void xfrd_handle_passed_packet(buffer_type* packet,
|
| xfr-inspect.c | 145 print_records(region_type* region, buffer_type* pkt, int num, int qsection) 151 buffer_type* tmpbuf; 193 inspect_packet(region_type* region, buffer_type* pkt) 233 buffer_type* packet; 394 list_packet(region_type* region, buffer_type* pkt, int partnum) 418 buffer_type* packet;
|
| difffile.h | 62 buffer_type* packet, size_t rdatalen, zone_type *zone, 68 buffer_type* packet, size_t rdatalen, zone_type *zone,
|
| query.h | 80 buffer_type *packet;
|
| xfrd-catalog-zones.c | 97 buffer_type packet; 115 static int try_buffer_write_SOA(buffer_type* packet, const dname_type* owner, 119 static int try_buffer_write_RR(buffer_type* packet, const dname_type* owner, 123 static inline int try_buffer_write_PTR(buffer_type* packet, 127 static int try_buffer_write_TXT(buffer_type* packet, const dname_type* name, 1030 try_buffer_write_SOA(buffer_type* packet, const dname_type* owner, 1055 try_buffer_write_RR(buffer_type* packet, const dname_type* owner, 1074 try_buffer_write_PTR(buffer_type* packet, const dname_type* owner, 1082 try_buffer_write_TXT(buffer_type* packet, const dname_type* name,
|
| tsig.c | 485 tsig_update(tsig_record_type *tsig, buffer_type *packet, size_t length) 546 tsig_find_rr(tsig_record_type *tsig, buffer_type *packet) 582 tsig_parse_rr(tsig_record_type *tsig, buffer_type *packet) 672 tsig_append_rr(tsig_record_type *tsig, buffer_type *packet)
|
| xfrd-notify.c | 155 reply_pkt_is_ack(struct notify_zone* zone, buffer_type* packet, int index) 251 xfrd_handle_notify_reply(struct notify_zone* zone, buffer_type* packet, 278 buffer_type* packet = xfrd_get_temp_buffer(); 427 buffer_type* packet = xfrd_get_temp_buffer();
|
| edns.c | 83 edns_handle_option(uint16_t optcode, uint16_t optlen, buffer_type* packet, 133 edns_parse_record(edns_record_type *edns, buffer_type *packet,
|
| dname.c | 92 dname_make_from_packet(region_type *region, buffer_type *packet, 102 dname_make_wire_from_packet(uint8_t *buf, buffer_type *packet, 708 buffer_type *packet, int allow_pointers, int normalize)
|
| rdata.h | 55 int print_unknown_rdata_field(buffer_type *output, 57 int print_unknown_rdata(buffer_type *output, 63 int print_rdata(buffer_type *output, const nsd_type_descriptor_type *descriptor,
|
| dbcreate.c | 36 buffer_type* rr_buffer = buffer_create(region, MAX_RDLENGTH);
|
| xfrd.c | 80 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa); 1616 xfrd_udp_read_packet(buffer_type* packet, int fd, struct sockaddr* src, 1769 xfrd_send_udp(struct acl_options* acl, buffer_type* packet, 1901 xfrd_tsig_sign_request(buffer_type* packet, tsig_record_type* tsig, 1966 static int xfrd_parse_soa_info(buffer_type* packet, xfrd_soa_type* soa) 2002 xfrd_xfr_check_rrs(xfrd_zone_type* zone, buffer_type* packet, size_t count, 2116 xfrd_xfr_process_tsig(xfrd_zone_type* zone, buffer_type* packet) 2172 xfrd_parse_received_xfr_packet(xfrd_zone_type* zone, buffer_type* packet, 2460 xfrd_handle_received_xfr_packet(xfrd_zone_type* zone, buffer_type* packet) 2733 xfrd_handle_passed_packet(buffer_type* packet [all...] |
| difffile.c | 705 buffer_type* packet, size_t rdatalen, zone_type *zone, 851 buffer_type* packet, size_t rdatalen, zone_type *zone, 1105 buffer_type* packet; 1821 buffer_type* buffer; 2067 buffer_type buffer;
|
| ixfr.c | 1946 buffer_type packet; 2008 uint8_t* buf, size_t len, struct region* temp, buffer_type* rr_buffer) 2038 uint8_t* buf, size_t len, struct region* temp, buffer_type* rr_buffer) 2062 buffer_type* rr_buffer;
|
| rdata.c | 282 print_unquoted(buffer_type *output, uint16_t rdlength, 313 print_unquoteds(buffer_type *output, uint16_t rdlength, 525 buffer_print_hex(buffer_type *output, const uint8_t *data, size_t size) 745 buffer_print_svcparamkey(buffer_type *output, uint16_t svcparamkey) 1257 int print_unknown_rdata_field(buffer_type *output, 1304 int print_unknown_rdata(buffer_type *output, 3851 print_rdata(buffer_type *output, const nsd_type_descriptor_type *descriptor,
|
| util.c | 911 buffer_type* output)
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| html.c | 42 } buffer_type; 44 static buffer_type * 47 buffer_type *buf = xmalloc (sizeof (buffer_type)); 56 append_char (buffer_type *buf, int c) 78 buffer_type *import_text = init_buffer (); 79 buffer_type *inline_text = init_buffer (); 41 } buffer_type; typedef in typeref:struct:__anon9557
|
| /src/external/bsd/pdisk/dist/ |
| ATA_media.c | 99 uint16_t buffer_type; /* 20 */ member in struct:ATA_identify_drive_info
|