修复代码错误

This commit is contained in:
nhkefus
2025-03-11 14:10:51 +08:00
parent a7f6e9379a
commit 3422912129
576 changed files with 39303 additions and 1012 deletions

View File

@@ -266,14 +266,3 @@ char* set_dhcp_classid( char *classid )
return lib_api_p->lwip_apis->set_dhcp_classid(classid);
}
const char * inet_ntop (int af, const void *cp, char *buf, socklen_t len)
{
return lib_api_p->lwip_apis->inet_ntop(af, cp, buf, len);
}
int inet_pton (int af, const char *cp, void *buf)
{
return lib_api_p->lwip_apis->inet_pton (af, cp, buf);
}