Searched refs:RPCAP_DEFAULT_NETPORT (Results 1 – 3 of 3) sorted by relevance
/external/libpcap/ |
D | rpcap-protocol.h | 37 #define RPCAP_DEFAULT_NETPORT "2002" /* Default port on which the RPCAP daemon is waiting for conne… macro
|
D | pcap-rpcap.c | 2215 …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/ |
D | rpcapd.c | 128 " Default: binds to port " RPCAP_DEFAULT_NETPORT "\n\n" in printusage() 187 strncpy(port, RPCAP_DEFAULT_NETPORT, MAX_LINE); in main()
|