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);
res = ???
ありがとうございました!
netsnmp_gethostbyname_v4()のソース コードによると、その関数は整数を返します。より具体的には0、成功-1または失敗のステータス コードを返します。
0
-1