Home
last modified time | relevance | path

Searched refs:buffer_prepend_ptr (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c66 …e(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buf…
67 …e(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buf…
73 …e(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buf…
74 …e(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buf…
75 …e(NX_DNS *dns_ptr, NX_PACKET *packet_ptr, UCHAR *data_ptr, UCHAR **buffer_prepend_ptr, UCHAR **buf…
4905 UCHAR *buffer_prepend_ptr; in _nx_dns_response_process() local
4915 buffer_prepend_ptr = record_buffer; in _nx_dns_response_process()
5072 …status = _nx_dns_process_a_type(dns_ptr, packet_ptr, data_ptr, &buffer_prepend_ptr, &buffer_appen… in _nx_dns_response_process()
5081 …tatus = _nx_dns_process_aaaa_type(dns_ptr, packet_ptr, data_ptr, &buffer_prepend_ptr, &buffer_app… in _nx_dns_response_process()
5109 …status = _nx_dns_process_ns_type(dns_ptr, packet_ptr, data_ptr, &buffer_prepend_ptr, &buffer_appen… in _nx_dns_response_process()
[all …]
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.c4736 UCHAR *buffer_prepend_ptr; in _nx_dhcpv6_process_domain_name() local
4745 buffer_prepend_ptr = &dhcpv6_ptr -> nx_dhcpv6_domain_name[0]; in _nx_dhcpv6_process_domain_name()
4771 …ing_unencode(packet_start, (UINT)(domain_name_ptr - packet_start), buffer_prepend_ptr, (UINT)((buf… in _nx_dhcpv6_process_domain_name()
4786 buffer_prepend_ptr += (domain_name_length + 1); in _nx_dhcpv6_process_domain_name()