Home
last modified time | relevance | path

Searched refs:mtu_size (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_ip_interface_info_get_test.c110 ULONG mtu_size; in ntest_0_entry() local
126 …status = nx_ip_interface_info_get(&ip_0, 1, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
159 …status = nx_ip_interface_info_get(&ip_0, 0, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
168 …status = nx_ip_interface_info_get(&ip_0, 1, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
177 …status = nx_ip_interface_info_get(&ip_0, 2, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
186 …status = nx_ip_interface_info_get(&ip_1, 0, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
194 …status = nx_ip_interface_info_get(&ip_1, 1, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
203 …status = nx_ip_interface_info_get(&ip_1, 2, &interface_name, &address, &netmask, &mtu_size, &physi… in ntest_0_entry()
Dnetx_ip_nxe_api_test.c132 ULONG mtu_size; in thread_0_entry() local
1207 …face_info_get(NX_NULL, 0, &interface_name, &ip_address, &network_mask, &mtu_size, &physical_addres… in thread_0_entry()
1219 …_info_get(&invalid_ip, 0, &interface_name, &ip_address, &network_mask, &mtu_size, &physical_addres… in thread_0_entry()
1228 …_MAX_PHYSICAL_INTERFACES, &interface_name, &ip_address, &network_mask, &mtu_size, &physical_addres… in thread_0_entry()
/NetX-Duo-v6.4.1/common/src/
Dnx_ip_interface_info_get.c85 ULONG *ip_address, ULONG *network_mask, ULONG *mtu_size, in _nx_ip_interface_info_get() argument
119 if (mtu_size) in _nx_ip_interface_info_get()
121 *mtu_size = nx_interface -> nx_interface_ip_mtu_size; in _nx_ip_interface_info_get()
Dnx_ip_interface_mtu_set.c75 UINT _nx_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size) in _nx_ip_interface_mtu_set() argument
82 ip_ptr -> nx_ip_interface[interface_index].nx_interface_ip_mtu_size = mtu_size; in _nx_ip_interface_mtu_set()
Dnxe_ip_interface_mtu_set.c74 UINT _nxe_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size) in _nxe_ip_interface_mtu_set() argument
94 status = _nx_ip_interface_mtu_set(ip_ptr, interface_index, mtu_size); in _nxe_ip_interface_mtu_set()
Dnxe_ip_interface_info_get.c90 ULONG *ip_address, ULONG *network_mask, ULONG *mtu_size, in _nxe_ip_interface_info_get() argument
113 mtu_size, physical_address_msw, physical_address_lsw); in _nxe_ip_interface_info_get()
Dnx_icmpv6_process_ra.c517 UINT mtu_size; in _nx_icmpv6_process_ra() local
523 mtu_size = mtu_ptr -> nx_icmpv6_option_mtu_path_mtu; in _nx_icmpv6_process_ra()
525 NX_CHANGE_ULONG_ENDIAN(mtu_size); in _nx_icmpv6_process_ra()
529 if (mtu_size > if_ptr -> nx_interface_ip_mtu_size) in _nx_icmpv6_process_ra()
531 mtu_size = if_ptr -> nx_interface_ip_mtu_size; in _nx_icmpv6_process_ra()
537 mtu_size, NX_WAIT_FOREVER, in _nx_icmpv6_process_ra()
/NetX-Duo-v6.4.1/common/inc/
Dnx_ip.h116 ULONG *network_mask, ULONG *mtu_size, ULONG *phsyical_address_msw,
118 UINT _nx_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size);
217 ULONG *ip_address, ULONG *network_mask, ULONG *mtu_size,
219 UINT _nxe_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size);
Dnx_api.h3667 ULONG *network_mask, ULONG *mtu_size, ULONG *physical_address_msw,
3669 UINT nx_ip_interface_mtu_set(NX_IP *ip_ptr, UINT interface_index, ULONG mtu_size);
/NetX-Duo-v6.4.1/test/regression/test/
Dnx_ram_network_driver_test_1500.c140 VOID _nx_ram_network_driver_internal(NX_IP_DRIVER *driver_req_ptr, UINT mtu_size);
441 VOID _nx_ram_network_driver_internal(NX_IP_DRIVER *driver_req_ptr, UINT mtu_size) in _nx_ram_network_driver_internal() argument
589 nx_ip_interface_mtu_set(ip_ptr, interface_index, mtu_size); in _nx_ram_network_driver_internal()
603 interface_ptr -> nx_interface_ip_mtu_size = mtu_size; in _nx_ram_network_driver_internal()
1085 UINT mtu_size = 128; in _nx_ram_network_driver() local
1201 nx_ip_interface_mtu_set(ip_ptr, interface_index, mtu_size); in _nx_ram_network_driver()
1215 interface_ptr -> nx_interface_ip_mtu_size = mtu_size; in _nx_ram_network_driver()