Home
last modified time | relevance | path

Searched refs:tos (Results 1 – 13 of 13) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxd_ip_raw_packet_source_send.c91 ULONG tos) in _nxd_ip_raw_packet_source_send() argument
101 NX_PARAMETER_NOT_USED(tos); in _nxd_ip_raw_packet_source_send()
126 …_nx_ip_packet_send(ip_ptr, packet_ptr, destination_ip -> nxd_ip_address.v4, (tos & 0xFF) << 16, (t… in _nxd_ip_raw_packet_source_send()
Dnxd_ip_raw_packet_send.c80 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos) in _nxd_ip_raw_packet_send() argument
85 …status = _nxd_ip_raw_packet_source_send(ip_ptr, packet_ptr, destination_ip, 0, protocol, ttl, tos); in _nxd_ip_raw_packet_send()
Dnxde_ip_raw_packet_source_send.c87 … NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos) in _nxde_ip_raw_packet_source_send() argument
172 …d_ip_raw_packet_source_send(ip_ptr, packet_ptr, destination_ip, address_index, protocol, ttl, tos); in _nxde_ip_raw_packet_source_send()
Dnxde_ip_raw_packet_send.c91 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos) in _nxde_ip_raw_packet_send() argument
176 _nxd_ip_raw_packet_source_send(ip_ptr, packet_ptr, destination_ip, 0, protocol, ttl, tos); in _nxde_ip_raw_packet_send()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ip.h156 …*packet_ptr, NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos);
167 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
208 …*packet_ptr, NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos);
Dnx_ipv6.h319 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnx_api.h3730 ULONG protocol, UINT ttl, ULONG tos);
3733 ULONG protocol, UINT ttl, ULONG tos);
3736 UINT address_index, ULONG protocol, UINT ttl, ULONG tos);
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_raw_basic_rx_nohdr_blocking_test.c41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnetx_bsd_raw_tx_test.c149 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnetx_bsd_raw_rx_nohdr_basic_blocking_test.c41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnetx_bsd_raw_basic_blocking_test.c41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnetx_bsd_raw_basic_rx_nohdr_nonblocking_test.c46 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
Dnetx_bsd_raw_basic_nonblocking_test.c46 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);