Home
last modified time | relevance | path

Searched refs:tail (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_two_buffer_test.c249 ULONG *tail, *head; in check_empty_buffer() local
255 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()
266 expected_tail = (ULONG)tail; in check_empty_buffer()
276 if((*tail == expected_tail) && (expect_empty == NX_FALSE)) in check_empty_buffer()
278 else if((*tail != expected_tail) && (expect_empty == NX_TRUE)) in check_empty_buffer()
286 ULONG *tail, *head; in empty_buffer_init() local
291 tail = (ULONG*)buffer + (current_buffer_size >> 2) - 1; in empty_buffer_init()
292 buffer_org_tail = *tail; in empty_buffer_init()
Dnetx_mdns_interface_test.c223 ULONG *tail, *head; in check_empty_buffer() local
235 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()
236 if((tail == (ULONG*)(*tail)) && (expect_empty == NX_FALSE)) in check_empty_buffer()
238 else if((tail != (ULONG*)(*tail)) && (expect_empty == NX_TRUE)) in check_empty_buffer()
Dnetx_mdns_ipv6_string_test.c167 ULONG *tail; in ntest_0_entry() local
288 tail = (ULONG*)(*head); in ntest_0_entry()
291 for (p = (NX_MDNS_RR*)(head + 1); (ULONG*)p < tail; p++) in ntest_0_entry()
335tail = (ULONG*)mdns_0.nx_mdns_peer_service_cache + (mdns_0.nx_mdns_peer_service_cache_size >> 2) -… in ntest_0_entry()
336 temp_tail = (ULONG)(*tail); in ntest_0_entry()
339 if (dns_sd_ptr -> nx_mdns_rr_rdata.nx_mdns_rr_rdata_ptr.nx_mdns_rr_ptr_name != (UCHAR*)(*tail)) in ntest_0_entry()
397tail = (ULONG*)mdns_0.nx_mdns_peer_service_cache + (mdns_0.nx_mdns_peer_service_cache_size >> 2) -… in ntest_0_entry()
400 if (*tail != temp_tail + dns_sd_ptr_string_len) in ntest_0_entry()
Dnetx_mdns_source_address_test.c247 ULONG *tail, *head; in check_empty_buffer() local
259 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()
260 if((tail == (ULONG*)(*tail)) && (expect_empty == NX_FALSE)) in check_empty_buffer()
262 else if((tail != (ULONG*)(*tail)) && (expect_empty == NX_TRUE)) in check_empty_buffer()
Dnetx_mdns_internal_function_test.c144 ULONG tail; in ntest_0_entry() local
872 tail = *((ULONG*)buffer + (current_buffer_size >> 2) - 1); in ntest_0_entry()
884 if(tail != *((ULONG*)buffer + (current_buffer_size >> 2) - 1)) in ntest_0_entry()
1135 ULONG *tail, *head; in check_empty_buffer() local
1145 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in check_empty_buffer()
1146 if(*tail != buffer_org_tail) in check_empty_buffer()
1162 ULONG *tail, *head; in empty_buffer_init() local
1167 tail = (ULONG*)buffer_ptr + (buffer_size >> 2) - 1; in empty_buffer_init()
1168 buffer_org_tail = *tail; in empty_buffer_init()
/NetX-Duo-v6.2.1/addons/mdns/
Dnxd_mdns.c4269 ULONG *head, *tail; in _nx_mdns_service_lookup() local
4354 tail = (ULONG*)(*head); in _nx_mdns_service_lookup()
4357 for(p = (NX_MDNS_RR*)((UCHAR*)(head + 1)); (ULONG*)p < tail; p++) in _nx_mdns_service_lookup()
4440 for(p1 = (NX_MDNS_RR*)((UCHAR*)(head + 1)); (ULONG*)p1 < tail; p1++) in _nx_mdns_service_lookup()
6837 ULONG *head, *tail; in _nx_mdns_timer_event_process() local
6879 tail = (ULONG*)(*head); in _nx_mdns_timer_event_process()
6882 for(p = (NX_MDNS_RR*)(head + 1); (ULONG*)p < tail; p++) in _nx_mdns_timer_event_process()
7065 …DNS_RR*)((UCHAR*)mdns_ptr -> nx_mdns_local_service_cache + sizeof(ULONG)); (ULONG*)p1 < tail; p1++) in _nx_mdns_timer_event_process()
11220 ULONG *head, *tail; in _nx_mdns_service_addition_info_get() local
11262 tail = (ULONG*)(*head); in _nx_mdns_service_addition_info_get()
[all …]
/NetX-Duo-v6.2.1/addons/dns/
Dnxd_dns.c9436 ALIGN_TYPE *tail; in _nx_dns_cache_initialize() local
9450 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_initialize()
9451 *tail = (ALIGN_TYPE)tail; in _nx_dns_cache_initialize()
9764 ALIGN_TYPE *tail; in _nx_dns_cache_add_rr() local
9782 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_add_rr()
9783 tail = (ALIGN_TYPE*)(*tail); in _nx_dns_cache_add_rr()
9804 if((ALIGN_TYPE*)((UCHAR*)head + sizeof(NX_DNS_RR)) > tail) in _nx_dns_cache_add_rr()
10536 ALIGN_TYPE *tail; in _nx_dns_cache_add_string() local
10549 tail = (ALIGN_TYPE*)((UCHAR*)cache_ptr + cache_size) - 1; in _nx_dns_cache_add_string()
10550 p = (UCHAR*)tail; in _nx_dns_cache_add_string()
[all …]
/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c2163 NX_RTP_SESSION *tail; in _nx_rtp_sender_session_link() local
2170 tail = rtp_sender -> nx_rtp_sender_session_created_ptr; in _nx_rtp_sender_session_link()
2172 while (tail -> nx_rtp_session_next) in _nx_rtp_sender_session_link()
2174 tail = tail -> nx_rtp_session_next; in _nx_rtp_sender_session_link()
2178 tail -> nx_rtp_session_next = session; in _nx_rtp_sender_session_link()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt1988 Fixed a problem with reset of the tail fragment.