EN JA
PCAP_STRERROR(3)
PCAP_STRERROR(3) FreeBSD Library Functions Manual PCAP_STRERROR(3)

名称

pcap_strerror - errno 値を文字列に変換する

書式


#include <pcap/pcap.h>


const char *pcap_strerror(int error);

解説

pcap_strerror() は、 strerror(3) が利用可能でない場合に提供されています。 error に対応するエラーメッセージ文字列を返します。

関連項目

strerror(3)
4 April 2008