Home
last modified time | relevance | path

Searched refs:NX_IGMP_PACKET (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_igmp_router_query_test.c211 …status = nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &my_packet, NX_IGMP_PACKET + rout… in my_packet_process()
285 … nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &my_packet, NX_IGMP_PACKET + router_alert… in my_packet_process()
331 …status = nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &my_packet, NX_IGMP_PACKET + rout… in my_packet_process()
376 …status = nx_packet_allocate(ip_ptr -> nx_ip_default_packet_pool, &my_packet, NX_IGMP_PACKET + rout… in my_packet_process()
Dnetx_igmp_checksum_computation_test.c186 status = nx_packet_allocate(&pool_0, &my_packet, NX_IGMP_PACKET , TX_NO_WAIT); in my_packet_process()
/NetX-Duo-v6.2.1/common/src/
Dnx_igmp_interface_report_send.c118 …allocate(ip_ptr -> nx_ip_auxiliary_packet_pool, &packet_ptr, (ULONG)(NX_IGMP_PACKET + router_alert… in _nx_igmp_interface_report_send()
122 …t_allocate(ip_ptr -> nx_ip_default_packet_pool, &packet_ptr, (ULONG)(NX_IGMP_PACKET + router_alert… in _nx_igmp_interface_report_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h629 #define NX_IGMP_PACKET NX_IPv4_IGMP_PACKET macro