Rename the public NCP wrapper functions in c32ncp.c/c32ncp.h from c32_ncp* implementation-oriented names to protocol-oriented ncpXX_YY_* names. This prepares the code for a later c32ncp.c/c32ncp.h -> ncpapi.c/ncpapi.h file rename while keeping the current file names unchanged for now. The new names keep the NCP function/subfunction visible and describe the operation performed by each wrapper. Update all callers to use the new names. Transport-specific helpers such as c32_get_ncp_handle() are left unchanged. No behavior change.
35 KiB
35 KiB