Searched refs:default_pool (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/common/src/ |
| D | nxe_ip_create.c | 89 … NX_PACKET_POOL *default_pool, VOID (*ip_link_driver)(struct NX_IP_DRIVER_STRUCT *), in _nxe_ip_create() argument 102 if ((ip_ptr == NX_NULL) || (default_pool == NX_NULL) || in _nxe_ip_create() 103 (default_pool -> nx_packet_pool_id != NX_PACKET_POOL_ID) || (ip_link_driver == NX_NULL) || in _nxe_ip_create() 184 status = _nx_ip_create(ip_ptr, name, ip_address, network_mask, default_pool, ip_link_driver, in _nxe_ip_create()
|
| D | nx_ip_create.c | 90 … NX_PACKET_POOL *default_pool, VOID (*ip_link_driver)(struct NX_IP_DRIVER_STRUCT *), in _nx_ip_create() argument 205 ip_ptr -> nx_ip_default_packet_pool = default_pool; in _nx_ip_create() 209 ip_ptr -> nx_ip_auxiliary_packet_pool = default_pool; in _nx_ip_create() 247 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_CREATE, ip_ptr, ip_address, network_mask, default_pool, NX_TRA… in _nx_ip_create()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ip.h | 124 NX_PACKET_POOL *default_pool, VOID (*ip_link_driver)(NX_IP_DRIVER *), 182 NX_PACKET_POOL *default_pool,
|
| D | nx_api.h | 3634 NX_PACKET_POOL *default_pool, 3639 NX_PACKET_POOL *default_pool,
|
| /NetX-Duo-v6.2.1/addons/BSD/ |
| D | nxd_bsd.h | 1012 INT nx_bsd_initialize(NX_IP *default_ip, NX_PACKET_POOL *default_pool, CHAR *bsd_thread_stack_area…
|
| D | nxd_bsd.c | 277 INT nx_bsd_initialize(NX_IP *default_ip, NX_PACKET_POOL *default_pool, CHAR *bsd_thread_stack_area, in nx_bsd_initialize() argument 376 nx_bsd_default_packet_pool = default_pool; in nx_bsd_initialize()
|