Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
Dfileconf.c89 strlcpy(activelist[i].port, RPCAP_DEFAULT_NETPORT_ACTIVE, MAX_LINE); in fileconf_read()
Drpcapd.c138 …" In case 'port' is omitted, the default port (" RPCAP_DEFAULT_NETPORT_ACTIVE ") … in printusage()
247 strlcpy(activelist[i].port, RPCAP_DEFAULT_NETPORT_ACTIVE, MAX_LINE); in main()
/external/libpcap/
Drpcap-protocol.h39 #define RPCAP_DEFAULT_NETPORT_ACTIVE "2003" macro
Dpcap-rpcap.c2732 …if (sock_initaddress(address, RPCAP_DEFAULT_NETPORT_ACTIVE, &hints, &addrinfo, errbuf, PCAP_ERRBUF… in pcap_remoteact_accept()