netxduo + 0/1 examples
CodeScope will show references to nx_packet_ip_interface from the following samples and libraries:
Libraries
 
Symbols
loading...
Files
loading...

nx_packet_ip_interface macro

Syntax

#define nx_packet_ip_interface nx_packet_address.nx_packet_interface_ptr

Examples

nx_packet_ip_interface is referenced by 1 libraries and example projects.

References

LocationText
nx_api.h:1571
#define nx_packet_ip_interface nx_packet_address.nx_packet_interface_ptr
nx_ip_forward_packet_process.c:140
packet_ptr -> nx_packet_ip_interface = outgoing_interface;
nx_ip_forward_packet_process.c:174
nx_ip_packet_send.c:216
nx_stm32_eth_driver.c:1285
nxd_dhcp_client.c:7132
packet_ptr -> nx_packet_ip_interface = interface_ptr;
nxd_dhcp_client.c:7333
driver_request.nx_ip_driver_interface = packet_ptr -> nx_packet_ip_interface;
nxd_dhcp_client.c:7339
if (packet_ptr -> nx_packet_length > packet_ptr -> nx_packet_ip_interface -> nx_interface_ip_mtu_size)
nxd_dhcp_client.c:7384
(packet_ptr -> nx_packet_ip_interface -> nx_interface_link_driver_entry) (&driver_request);