Home
last modified time | relevance | path

Searched refs:NX_NOT_IMPLEMENTED (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ip_create_test.c94 if (status != NX_NOT_IMPLEMENTED) in ntest_0_entry()
/NetX-Duo-v6.2.1/common/src/
Dnx_ip_create.c112 return(NX_NOT_IMPLEMENTED); in _nx_ip_create()
/NetX-Duo-v6.2.1/addons/ppp/
Dnx_ppp.c9706 return(NX_NOT_IMPLEMENTED); in _nx_ppp_pap_enable()
9852 return(NX_NOT_IMPLEMENTED); in _nx_ppp_chap_challenge()
10030 return(NX_NOT_IMPLEMENTED); in _nx_ppp_chap_enable()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1326 #define NX_NOT_IMPLEMENTED 0x4A macro