/NetX-Duo-v6.3.0/common/src/ |
D | nxd_ip_raw_packet_source_send.c | 91 UINT ttl, in _nxd_ip_raw_packet_source_send() argument 101 NX_PARAMETER_NOT_USED(ttl); in _nxd_ip_raw_packet_source_send() 127 …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 | 81 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos) in _nxd_ip_raw_packet_send() argument 86 …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_send.c | 92 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos) in _nxde_ip_raw_packet_send() argument 177 _nxd_ip_raw_packet_source_send(ip_ptr, packet_ptr, destination_ip, 0, protocol, ttl, tos); in _nxde_ip_raw_packet_send()
|
D | nxde_ip_raw_packet_source_send.c | 88 … NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos) in _nxde_ip_raw_packet_source_send() argument 173 …d_ip_raw_packet_source_send(ip_ptr, packet_ptr, destination_ip, address_index, protocol, ttl, tos); in _nxde_ip_raw_packet_source_send()
|
/NetX-Duo-v6.3.0/common/inc/ |
D | nx_ip.h | 157 …*packet_ptr, NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos); 168 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos); 209 …*packet_ptr, NXD_ADDRESS *destination_ip, UINT address_index, ULONG protocol, UINT ttl, ULONG tos);
|
D | nx_ipv6.h | 320 NXD_ADDRESS *destination_ip, ULONG protocol, UINT ttl, ULONG tos);
|
D | nx_api.h | 3663 ULONG protocol, UINT ttl, ULONG tos); 3666 ULONG protocol, UINT ttl, ULONG tos); 3669 UINT address_index, ULONG protocol, UINT ttl, ULONG tos);
|
/NetX-Duo-v6.3.0/addons/mdns/ |
D | nxd_mdns.c | 101 static UINT _nx_mdns_rr_srv_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, USHOR… 102 static UINT _nx_mdns_rr_txt_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR… 103 static UINT _nx_mdns_rr_ptr_add(NX_MDNS *mdns_ptr, UCHAR *name, ULONG ttl, UCHAR set, UCHAR… 109 …x_mdns_rr_parameter_set(NX_MDNS *mdns_ptr, UCHAR *name, USHORT type, ULONG ttl, UINT rdata_length,… 2303 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, in _nxe_mdns_service_add() argument 2365 status = _nx_mdns_service_add(mdns_ptr, name, type, sub_type, txt, ttl, priority, in _nxe_mdns_service_add() 2429 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, in _nx_mdns_service_add() argument 2451 if (ttl) in _nx_mdns_service_add() 2455 srv_ttl = ttl; in _nx_mdns_service_add() 2456 txt_ttl = ttl; in _nx_mdns_service_add() [all …]
|
D | nxd_mdns.h | 1297 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl, 1299 …ns_service_add(NX_MDNS *mdns_ptr, UCHAR *name, UCHAR *type, UCHAR *sub_type, UCHAR *txt, ULONG ttl,
|
/NetX-Duo-v6.3.0/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()
|