Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
res = netsnmp_gethostbyname_v4('0.0.0.0', pdu_in_addr_t);
资源 = ???
谢谢!
根据netsnmp_gethostbyname_v4() 的源代码,该函数返回一个整数。更具体地说,它返回0成功-1或失败的状态代码。
0
-1