Home
last modified time | relevance | path

Searched refs:sock_init (Results 1 – 6 of 6) sorted by relevance

/external/libpcap/
Dsockutils.h206 int sock_init(char *errbuf, int errbuflen);
Dpcap-new.c353 if (sock_init(errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_findalldevs_ex()
1022 if (sock_init(errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_remoteact_accept()
Dsockutils.c188 int sock_init(char *errbuf, int errbuflen) in sock_init() function
Dpcap-dos.c968 rc = sock_init(); in init_watt32()
Dpcap-rpcap.c744 if (sock_init(fp->errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_opensource_remote()
/external/python/cpython2/Modules/
Dsocketmodule.c4544 int rc = sock_init();