Home
last modified time | relevance | path

Searched refs:sock_initaddress (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/
Dsockutils.h200 int sock_initaddress(const char *address, const char *port,
Dpcap-rpcap.c1104 if (sock_initaddress(NULL, "0", &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_startcapture_remote()
1216 if (sock_initaddress(host, portdata, &hints, &addrinfo, fp->errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_startcapture_remote()
2215 …if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == … in pcap_open_rpcap()
2223 if (sock_initaddress(host, ctrlport, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_open_rpcap()
2406 …if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == … in pcap_findalldevs_ex_remote()
2411 if (sock_initaddress(host, port, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_findalldevs_ex_remote()
2732 …if (sock_initaddress(address, RPCAP_DEFAULT_NETPORT_ACTIVE, &hints, &addrinfo, errbuf, PCAP_ERRBUF… in pcap_remoteact_accept()
2740 if (sock_initaddress(address, port, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_remoteact_accept()
Dsockutils.c559 int sock_initaddress(const char *host, const char *port, function
1470 …if ((retval = sock_initaddress(address, "22222" /* fake port */, &hints, &addrinfo, errbuf, errbuf…
/external/libpcap/rpcapd/
Drpcapd.c540 …if (sock_initaddress((address[0]) ? address : NULL, port, &mainhints, &addrinfo, errbuf, PCAP_ERRB… in main_startup()
1247 …if (sock_initaddress(activepars->address, activepars->port, &hints, &addrinfo, errbuf, PCAP_ERRBUF… in main_active()
Ddaemon.c1650 if (sock_initaddress(peerhost, portdata, &hints, &addrinfo, errmsgbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_startcap_req()
1661 if (sock_initaddress(NULL, "0", &hints, &addrinfo, errmsgbuf, PCAP_ERRBUF_SIZE) == -1) in daemon_msg_startcap_req()