| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 109 UINT _nx_ip_auxiliary_packet_pool_set(NX_IP *ip_ptr, NX_PACKET_POOL *auxiliary_pool); 112 UINT _nx_ip_interface_address_mapping_configure(NX_IP *ip_ptr, UINT interface_index, UINT mapping… 113 UINT _nx_ip_interface_capability_get(NX_IP *ip_ptr, UINT interface_index, ULONG *interface_capabi… 114 UINT _nx_ip_interface_capability_set(NX_IP *ip_ptr, UINT interface_index, ULONG interface_capabil… 115 UINT _nx_ip_interface_info_get(NX_IP *ip_ptr, UINT interface_index, CHAR **interface_name, ULONG … 118 UINT _nx_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size); 119 UINT _nx_ip_interface_physical_address_get(NX_IP *ip_ptr, UINT interface_index, ULONG *physical_msw… 120 UINT _nx_ip_interface_physical_address_set(NX_IP *ip_ptr, UINT interface_index, ULONG physical_msw,… 121 UINT _nx_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status, ULONG … 123 UINT _nx_ip_create(NX_IP *ip_ptr, CHAR *name, ULONG ip_address, ULONG network_mask, [all …]
|
| D | nx_arp.h | 95 UINT _nx_arp_dynamic_entry_delete(NX_IP *ip_ptr, NX_ARP *arp_ptr); 96 VOID _nx_arp_static_entry_delete_internal(NX_IP *ip_ptr, NX_ARP *arp_entry); 97 VOID _nx_arp_queue_process(NX_IP *ip_ptr); 98 VOID _nx_arp_queue_send(NX_IP *ip_ptr, NX_ARP *arp_ptr); 99 UINT _nx_arp_entry_allocate(NX_IP *ip_ptr, NX_ARP **arp_ptr, UINT is_static); 101 VOID _nx_arp_packet_send(NX_IP *ip_ptr, ULONG destination_ip, NX_INTERFACE *nx_interface); 102 VOID _nx_arp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 103 VOID _nx_arp_packet_deferred_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 104 VOID _nx_arp_periodic_update(NX_IP *ip_ptr); 105 UINT _nx_arp_interface_entries_delete(NX_IP *ip_ptr, UINT index); [all …]
|
| D | nx_ipv4.h | 158 VOID _nx_ip_forward_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 159 VOID _nx_ip_fragment_forward_packet(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG destination_ip, UL… 160 void _nx_ip_packet_send(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG destination_ip, ULONG type_of_… 161 UINT _nx_ip_header_add(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG source_ip, ULONG destination_ip, 163 VOID _nx_ip_driver_packet_send(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG destination_ip, ULONG f… 164 ULONG _nx_ip_route_find(NX_IP *ip_ptr, ULONG destination_address, NX_INTERFACE **nx_ip_interface, U… 165 VOID _nx_ipv4_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 166 UINT _nx_ipv4_option_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 171 UINT _nx_ip_address_change_notify(NX_IP *ip_ptr, VOID (*ip_address_change_notify)(NX_IP *, VOID *),… 172 UINT _nx_ip_address_get(NX_IP *ip_ptr, ULONG *ip_address, ULONG *network_mask); [all …]
|
| D | nx_ipv6.h | 229 UINT _nxd_ipv6_default_router_add_internal(NX_IP *ip_ptr, ULONG *router_addr, ULONG router_lifetim… 230 VOID _nxd_ipv6_default_router_table_init(NX_IP *ip_ptr); 233 UINT _nx_ipv6_header_add(NX_IP *ip_ptr, NX_PACKET **packet_pptr, 237 UINT _nx_ipv6_multicast_join(NX_IP *, ULONG *, NX_INTERFACE *); 238 UINT _nx_ipv6_multicast_leave(NX_IP *, ULONG *, NX_INTERFACE *); 239 UINT _nx_ipv6_option_error(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UCHAR option_type, UINT offset); 240 VOID _nx_ipv6_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 241 VOID _nx_ipv6_packet_send(NX_IP *ip_ptr, NX_PACKET *packet_ptr, ULONG protocol, ULONG payload_size… 242 UINT _nx_ipv6_prefix_list_add_entry(NX_IP *ip_ptr, ULONG *prefix, ULONG prefix_length, ULONG valid… 243 VOID _nx_ipv6_prefix_list_delete(NX_IP *ip_ptr, ULONG *prefix, INT prefix_length); [all …]
|
| D | nx_igmp.h | 170 UINT _nx_igmp_multicast_interface_join_internal(NX_IP *ip_ptr, ULONG group_address, UINT interface_… 171 UINT _nx_igmp_multicast_interface_leave_internal(NX_IP *ip_ptr, ULONG group_address, UINT interface… 172 UINT _nx_igmp_interface_report_send(NX_IP *ip_ptr, ULONG group_address, UINT interface_index, UINT … 173 VOID _nx_igmp_periodic_processing(NX_IP *ip_ptr); 174 VOID _nx_igmp_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 175 VOID _nx_igmp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 176 VOID _nx_igmp_queue_process(NX_IP *ip_ptr); 177 UINT _nx_igmp_multicast_check(NX_IP *ip_ptr, ULONG group_address, NX_INTERFACE *nx_interface); 183 UINT _nx_igmp_enable(NX_IP *ip_ptr); 184 UINT _nx_igmp_info_get(NX_IP *ip_ptr, ULONG *igmp_reports_sent, ULONG *igmp_queries_received, [all …]
|
| D | nx_nd_cache.h | 108 UINT _nx_nd_cache_interface_entries_delete(NX_IP *ip_ptr, UINT index); 111 UINT _nx_nd_cache_add(NX_IP *ip_ptr, ULONG *dest_ip, NX_INTERFACE *if_index, CHAR *mac, INT IsStati… 115 UINT _nx_nd_cache_delete_internal(NX_IP *ip_ptr, ND_CACHE_ENTRY *entry); 118 VOID _nx_nd_cache_fast_periodic_update(NX_IP *ip_ptr); 121 UINT _nx_nd_cache_find_entry(NX_IP *ip_ptr, ULONG *dest_ip, ND_CACHE_ENTRY **entry); 124 UINT _nx_nd_cache_add_entry(NX_IP *ip_ptr, ULONG *dest_ip, NXD_IPV6_ADDRESS *nxd_address, ND_CACHE_… 127 UINT _nx_nd_cache_find_entry_by_mac_addr(NX_IP *ip_ptr, ULONG physical_msw, ULONG physical_lsw, ND_… 130 VOID _nxd_nd_cache_invalidate_internal(NX_IP *ip_ptr); 133 VOID _nx_nd_cache_slow_periodic_update(NX_IP *ip_ptr); 136 VOID _nx_invalidate_destination_entry(NX_IP *ip_ptr, ULONG *next_hop_ip); [all …]
|
| D | nx_icmpv6.h | 342 UINT _nx_icmp_ping6(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 345 UINT _nx_icmp_interface_ping6(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 348 VOID _nx_icmpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 354 VOID _nx_icmpv6_perform_DAD(NX_IP *); 361 UINT _nx_icmpv6_process_packet_too_big(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 362 VOID _nx_icmpv6_destination_table_periodic_update(NX_IP *ip_ptr); 368 VOID _nx_icmpv6_process_ra(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 375 VOID _nx_icmpv6_process_redirect(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 382 VOID _nx_icmpv6_send_error_message(NX_IP *ip_ptr, NX_PACKET *packet, ULONG word1, ULONG pointer); 388 UINT _nx_icmpv6_send_rs(NX_IP *ip_ptr, UINT if_index); [all …]
|
| D | nx_rarp.h | 86 VOID _nx_rarp_packet_send(NX_IP *ip_ptr); 87 VOID _nx_rarp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 88 VOID _nx_rarp_packet_deferred_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 89 VOID _nx_rarp_periodic_update(NX_IP *ip_ptr); 90 VOID _nx_rarp_queue_process(NX_IP *ip_ptr); 94 UINT _nx_rarp_enable(NX_IP *ip_ptr); 95 UINT _nx_rarp_disable(NX_IP *ip_ptr); 96 UINT _nx_rarp_info_get(NX_IP *ip_ptr, ULONG *rarp_requests_sent, ULONG *rarp_responses_received, 102 UINT _nxe_rarp_enable(NX_IP *ip_ptr); 103 UINT _nxe_rarp_disable(NX_IP *ip_ptr); [all …]
|
| D | nx_link.h | 96 typedef UINT nx_link_packet_receive_callback(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet… 122 UINT nx_link_vlan_set(NX_IP *ip_ptr, UINT interface_index, UINT vlan_tag); 123 UINT nx_link_vlan_get(NX_IP *ip_ptr, UINT interface_index, USHORT *vlan_tag); 124 UINT nx_link_vlan_clear(NX_IP *ip_ptr, UINT interface_index); 125 UINT nx_link_multicast_join(NX_IP *ip_ptr, UINT interface_index, 127 UINT nx_link_multicast_leave(NX_IP *ip_ptr, UINT interface_index, 129 UINT nx_link_ethernet_packet_send(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr, 131 UINT nx_link_raw_packet_send(NX_IP *ip_ptr, UINT interface_index, NX_PACKET *packet_ptr); 132 UINT nx_link_packet_receive_callback_add(NX_IP *ip_ptr, UINT interface_index, NX_LINK_RECEIVE_QUEUE… 134 UINT nx_link_packet_receive_callback_remove(NX_IP *ip_ptr, UINT interface_index, NX_LINK_RECEIVE_QU… [all …]
|
| D | nx_icmpv4.h | 226 VOID _nx_icmpv4_send_error_message(NX_IP *ip_ptr, NX_PACKET *packet, ULONG word1, ULONG pointer); 231 VOID _nx_icmp_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 232 VOID _nx_icmp_queue_process(NX_IP *ip_ptr); 233 VOID _nx_icmpv4_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 234 VOID _nx_icmpv4_process_echo_reply(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 235 VOID _nx_icmpv4_process_echo_request(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 236 UINT _nx_icmp_interface_ping(NX_IP *ip_ptr, ULONG ip_address, 245 UINT _nx_icmp_enable(NX_IP *ip_ptr); 246 UINT _nx_icmp_info_get(NX_IP *ip_ptr, ULONG *pings_sent, ULONG *ping_timeouts, 249 UINT _nx_icmp_ping(NX_IP *ip_ptr, ULONG ip_address, CHAR *data, ULONG data_size, [all …]
|
| D | nx_icmp.h | 57 VOID _nx_icmp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 60 UINT _nxd_icmp_ping(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 63 UINT _nxd_icmp_source_ping(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 67 UINT _nxd_icmp_enable(NX_IP *ip_ptr); 69 UINT _nxde_icmp_ping(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 72 UINT _nxde_icmp_source_ping(NX_IP *ip_ptr, NXD_ADDRESS *ip_address, 75 UINT _nxde_icmp_enable(NX_IP *ip_ptr);
|
| D | nx_api.h | 3136 } NX_IP; typedef 3430 …_create(i, n, a, m, d, l, p, s, y) _nxe_ip_create(i, n, a, m, d, l, p, s, y, sizeof(NX_IP)) 3586 UINT nx_arp_dynamic_entries_invalidate(NX_IP *ip_ptr); 3587 UINT nx_arp_dynamic_entry_set(NX_IP *ip_ptr, ULONG ip_address, ULONG physical_msw, ULONG physical_… 3588 UINT nx_arp_enable(NX_IP *ip_ptr, VOID *arp_cache_memory, ULONG arp_cache_size); 3589 UINT nx_arp_entry_delete(NX_IP *ip_ptr, ULONG ip_address); 3590 UINT nx_arp_gratuitous_send(NX_IP *ip_ptr, VOID (*response_handler)(NX_IP *ip_ptr, NX_PACKET *packe… 3591 UINT nx_arp_hardware_address_find(NX_IP *ip_ptr, ULONG ip_address, ULONG *physical_msw, ULONG *phys… 3592 UINT nx_arp_info_get(NX_IP *ip_ptr, ULONG *arp_requests_sent, ULONG *arp_requests_received, 3596 UINT nx_arp_ip_address_find(NX_IP *ip_ptr, ULONG *ip_address, ULONG physical_msw, ULONG physical_l… [all …]
|
| D | nx_tcp.h | 247 UINT _nx_tcp_enable(NX_IP *ip_ptr); 248 UINT _nx_tcp_free_port_find(NX_IP *ip_ptr, UINT port, UINT *free_port_ptr); 249 UINT _nx_tcp_info_get(NX_IP *ip_ptr, ULONG *tcp_packets_sent, ULONG *tcp_bytes_sent, 256 UINT _nx_tcp_server_socket_listen(NX_IP *ip_ptr, UINT port, NX_TCP_SOCKET *socket_ptr, UINT listen_… 258 UINT _nx_tcp_server_socket_relisten(NX_IP *ip_ptr, UINT port, NX_TCP_SOCKET *socket_ptr); 260 UINT _nx_tcp_server_socket_unlisten(NX_IP *ip_ptr, UINT port); 261 UINT _nx_tcp_socket_create(NX_IP *ip_ptr, NX_TCP_SOCKET *socket_ptr, CHAR *name, 297 UINT _nx_tcp_server_socket_driver_listen(NX_IP *ip_ptr, UINT port, NX_TCP_SOCKET *socket_ptr); 303 VOID _nx_tcp_deferred_cleanup_check(NX_IP *ip_ptr); 304 VOID _nx_tcp_fast_periodic_processing(NX_IP *ip_ptr); [all …]
|
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_arp_conflict_test.c | 18 static NX_IP ip_0; 19 static NX_IP ip_1; 33 static UINT my_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UINT *d… 34 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 35 extern VOID _nx_arp_packet_send(NX_IP *ip_ptr, ULONG destination_ip, NX_INTERFACE *nx_interface); 152 static UINT my_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UINT *d… in my_packet_process()
|
| D | netx_forward_icmp_small_header_test2.c | 21 static NX_IP ip_0; 22 static NX_IP ip_1; 23 static NX_IP ip_2; 38 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 39 static VOID ip_0_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 40 static UINT driver_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UIN… 249 static VOID ip_0_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in ip_0_packet_process() 270 static UINT driver_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UIN… in driver_packet_process()
|
| D | netx_forward_icmp_small_header_test3.c | 21 static NX_IP ip_0; 22 static NX_IP ip_1; 23 static NX_IP ip_2; 38 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 39 static VOID ip_0_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 40 static UINT driver_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UIN… 249 static VOID ip_0_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in ip_0_packet_process() 285 static UINT driver_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UIN… in driver_packet_process()
|
| D | netx_1_21_01_test.c | 28 static NX_IP ip_0; 29 static NX_IP ip_1; 47 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 48 static UINT my_packet_process_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr,… 49 static void my_tcp_packet_receive_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 50 static void my_tcp_packet_receive_1_21_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 292 static UINT my_packet_process_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr,… in my_packet_process_1_21_01() 314 void my_tcp_packet_receive_1_21_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_1_21_01() 340 void my_tcp_packet_receive_1_21_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_1_21_01_2()
|
| D | netx_3_03_test.c | 27 static NX_IP ip_0; 28 static NX_IP ip_1; 46 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 47 static UINT my_packet_process_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UI… 48 static void my_tcp_packet_receive_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 49 static void my_tcp_packet_receive_3_03_02(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 292 static UINT my_packet_process_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, UI… in my_packet_process_3_03() 318 static void my_tcp_packet_receive_3_03(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_3_03() 348 static void my_tcp_packet_receive_3_03_02(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_3_03_02()
|
| D | netx_10_23_01_test.c | 23 static NX_IP ip_0; 24 static NX_IP ip_1; 42 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *oper… 43 static UINT my_packet_process_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr… 44 static void my_tcp_packet_receive_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 45 static void my_tcp_packet_receive_10_23_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 287 static UINT my_packet_process_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr… in my_packet_process_10_23_01() 309 static void my_tcp_packet_receive_10_23_01(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_10_23_01() 330 static void my_tcp_packet_receive_10_23_01_2(NX_IP *ip_ptr, NX_PACKET *packet_ptr) in my_tcp_packet_receive_10_23_01_2()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | connection_non_block_ram_test.c | 42 static void mqtt_server_init(NX_IP *ip_ptr); 43 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr); 44 static void mqtt_server_deinit(NX_IP *ip_ptr); 334 static void mqtt_server_init(NX_IP *ip_ptr); 336 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() 404 static void mqtt_server_init(NX_IP *ip_ptr) in mqtt_server_init() 441 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept() 468 static void mqtt_server_deinit(NX_IP *ip_ptr) in mqtt_server_deinit()
|
| D | connection_sas_expiry_ram_test.c | 42 static void mqtt_server_init(NX_IP *ip_ptr); 43 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr); 44 static void mqtt_server_deinit(NX_IP *ip_ptr); 334 static void mqtt_server_init(NX_IP *ip_ptr); 338 VOID demo_entry(NX_IP* ip_ptr, NX_PACKET_POOL* pool_ptr, NX_DNS* dns_ptr, UINT (*unix_time_callback… in demo_entry() 425 static void mqtt_server_init(NX_IP *ip_ptr) in mqtt_server_init() 462 static void mqtt_server_accept(NX_IP *ip_ptr, NX_PACKET_POOL *pool_ptr) in mqtt_server_accept() 489 static void mqtt_server_deinit(NX_IP *ip_ptr) in mqtt_server_deinit()
|
| /NetX-Duo-v6.2.1/test/regression/tahi_test/ |
| D | netx_tahi_dhcpv6_test_07_016.c | 17 static NX_IP ip_0; 25 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operati… 26 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 27 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 29 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 30 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr);
|
| D | netx_tahi_dhcpv6_test_07_017.c | 17 static NX_IP ip_0; 25 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operati… 26 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 27 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 29 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 30 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr);
|
| D | netx_tahi_dhcpv6_test_07_018.c | 17 static NX_IP ip_0; 25 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operati… 26 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 27 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 29 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 30 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr);
|
| D | netx_tahi_dhcpv6_test_07_022.c | 17 static NX_IP ip_0; 25 extern UINT (*advanced_packet_process_callback)(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operati… 26 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 27 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr); 29 extern UINT tahi_dhcpv6_packet_process(NX_IP *ip_ptr, NX_PACKET *packet_ptr, UINT *operation_ptr, U… 30 extern void tahi_dhcpv6_udp_packet_receive(NX_IP *ip_ptr, NX_PACKET *packet_ptr);
|