| /NetX-Duo-v6.2.1/common/src/ |
| D | nxd_ip_raw_packet_source_send.c | 90 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()
|
| D | nxd_ip_raw_packet_send.c | 80 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()
|
| D | nxde_ip_raw_packet_source_send.c | 87 … 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()
|
| D | nxde_ip_raw_packet_send.c | 91 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/ |
| D | netx_mdns_ttl_test.c | 179 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()
|
| D | netx_mdns_test.h | 126 ULONG ttl; member
|
| D | netx_mdns_run_test_case.c | 721 … 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/ |
| D | netx_bsd_multicast_test.c | 129 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()
|
| D | netx_bsd_raw_basic_rx_nohdr_blocking_test.c | 41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | netx_bsd_raw_tx_test.c | 149 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | netx_bsd_raw_rx_nohdr_basic_blocking_test.c | 41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | netx_bsd_raw_basic_blocking_test.c | 41 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | netx_bsd_raw_basic_rx_nohdr_nonblocking_test.c | 46 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | netx_bsd_raw_basic_nonblocking_test.c | 46 …*ip_ptr, NX_PACKET *packet_ptr, NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 156 …*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);
|
| D | nx_ipv6.h | 319 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
| D | nx_api.h | 3730 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/ |
| D | nxd_mdns.c | 100 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 …]
|
| D | nxd_mdns.h | 1296 …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/ |
| D | demo_netx_duo_mdns.c | 191 …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()
|