Home
last modified time | relevance | path

Searched refs:ttl (Results 1 – 20 of 20) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxd_ip_raw_packet_source_send.c90 UINT ttl, in _nxd_ip_raw_packet_source_send() argument
100 NX_PARAMETER_NOT_USED(ttl); in _nxd_ip_raw_packet_source_send()
126 …ptr, packet_ptr, destination_ip -> nxd_ip_address.v4, (tos & 0xFF) << 16, (ttl & 0xFF), protocol <… 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/test/regression/mdns_test/
Dnetx_mdns_ttl_test.c179 UCHAR ttl; in my_packet_process() local
201 ttl = *(packet_ptr -> nx_packet_prepend_ptr + 8); in my_packet_process()
205 if(ttl == 255) in my_packet_process()
Dnetx_mdns_test.h126 ULONG ttl; member
Dnetx_mdns_run_test_case.c721 … mdns_service -> ttl, mdns_service -> priority, mdns_service -> weights, mdns_service -> port, in netx_mdns_run_test_case()
/NetX-Duo-v6.2.1/test/regression/bsd_test/
Dnetx_bsd_multicast_test.c129 UCHAR ttl; in test_udp_server4() local
153 ttl = MULTICAST_TTL_VALUE; in test_udp_server4()
154 status = setsockopt(sockfd, IPPROTO_IP, IP_MULTICAST_TTL, &ttl, sizeof(ttl)); in test_udp_server4()
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);
/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/addons/mdns/
Dnxd_mdns.c100 static UINT _nx_mdns_rr_srv_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, USHOR…
101 static UINT _nx_mdns_rr_txt_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR…
102 static UINT _nx_mdns_rr_ptr_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR…
108 …x_mdns_rr_parameter_set(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, ULONG ttl, UINT rdata_length,…
2302 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, in _nxe_mdns_service_add() argument
2364 status = _nx_mdns_service_add(mdns_ptr, name, type, sub_type, txt, ttl, priority, in _nxe_mdns_service_add()
2428 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, in _nx_mdns_service_add() argument
2450 if (ttl) in _nx_mdns_service_add()
2454 srv_ttl = ttl; in _nx_mdns_service_add()
2455 txt_ttl = ttl; in _nx_mdns_service_add()
[all …]
Dnxd_mdns.h1296 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl,
1298 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl,
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_duo_mdns.c191 …tic void register_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype, UCHAR *txt, UINT ttl, in register_local_service() argument
196 …status = nx_mdns_service_add(&mdns, instance, type, subtype, txt, ttl, (USHORT)priority, (USHORT)w… in register_local_service()