Home
last modified time | relevance | path

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

/external/libpcap/
Drpcap-protocol.h37 #define RPCAP_DEFAULT_NETPORT "2002" /* Default port on which the RPCAP daemon is waiting for conne… macro
Dpcap-rpcap.c2215 …if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == … in pcap_open_rpcap()
2406 …if (sock_initaddress(host, RPCAP_DEFAULT_NETPORT, &hints, &addrinfo, errbuf, PCAP_ERRBUF_SIZE) == … in pcap_findalldevs_ex_remote()
/external/libpcap/rpcapd/
Drpcapd.c128 " Default: binds to port " RPCAP_DEFAULT_NETPORT "\n\n" in printusage()
187 strncpy(port, RPCAP_DEFAULT_NETPORT, MAX_LINE); in main()