Home
last modified time | relevance | path

Searched refs:needed_status (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_ip_interface_status_check.c86 UINT _nx_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status, in _nx_ip_interface_status_check() argument
101 …NX_TRACE_IN_LINE_INSERT(NX_TRACE_IP_STATUS_CHECK, ip_ptr, needed_status, 0, wait_option, NX_TRACE_… in _nx_ip_interface_status_check()
112 if (needed_status & NX_IP_INITIALIZE_DONE) in _nx_ip_interface_status_check()
125 if (needed_status & NX_IP_ADDRESS_RESOLVED) in _nx_ip_interface_status_check()
137 if (needed_status & NX_IP_ARP_ENABLED) in _nx_ip_interface_status_check()
148 if (needed_status & NX_IP_RARP_COMPLETE) in _nx_ip_interface_status_check()
162 if (needed_status & NX_IP_IGMP_ENABLED) in _nx_ip_interface_status_check()
174 if (needed_status & NX_IP_LINK_ENABLED) in _nx_ip_interface_status_check()
229 if (needed_status & NX_IP_UDP_ENABLED) in _nx_ip_interface_status_check()
240 if (needed_status & NX_IP_TCP_ENABLED) in _nx_ip_interface_status_check()
[all …]
Dnxe_ip_status_check.c79 UINT _nxe_ip_status_check(NX_IP *ip_ptr, ULONG needed_status, ULONG *actual_status, ULONG wait_opt… in _nxe_ip_status_check() argument
92 if (needed_status & in _nxe_ip_status_check()
103 status = _nx_ip_status_check(ip_ptr, needed_status, actual_status, wait_option); in _nxe_ip_status_check()
Dnxe_ip_interface_status_check.c80 UINT _nxe_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status, in _nxe_ip_interface_status_check() argument
101 if (needed_status & in _nxe_ip_interface_status_check()
115 …status = _nx_ip_interface_status_check(ip_ptr, interface_index, needed_status, actual_status, wai… in _nxe_ip_interface_status_check()
Dnx_ip_status_check.c75 UINT _nx_ip_status_check(NX_IP *ip_ptr, ULONG needed_status, in _nx_ip_status_check() argument
78 return(_nx_ip_interface_status_check(ip_ptr, 0, needed_status, actual_status, wait_option)); in _nx_ip_status_check()
/NetX-Duo-v6.2.1/common/inc/
Dnx_ip.h121 UINT _nx_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status, ULONG …
161 UINT _nx_ip_status_check(NX_IP *ip_ptr, ULONG needed_status, ULONG *actual_status, ULONG wait_optio…
209 UINT _nxe_ip_status_check(NX_IP *ip_ptr, ULONG needed_status, ULONG *actual_status,
224 UINT _nxe_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status,
Dnx_api.h3674 UINT nx_ip_interface_status_check(NX_IP *ip_ptr, UINT interface_index, ULONG needed_status,
3683 UINT nx_ip_status_check(NX_IP *ip_ptr, ULONG needed_status, ULONG *actual_status, ULONG wait_option…