Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-rpcap.c2107 char host[PCAP_BUF_SIZE], ctrlport[PCAP_BUF_SIZE], iface[PCAP_BUF_SIZE]; in pcap_open_rpcap() local
2159 if (pcap_parsesrcstr(fp->opt.device, &retval, host, ctrlport, iface, errbuf) == -1) in pcap_open_rpcap()
2212 if (ctrlport[0] == 0) in pcap_open_rpcap()
2223 if (sock_initaddress(host, ctrlport, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == -1) in pcap_open_rpcap()