Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Drpcap-protocol.h39 #define RPCAP_DEFAULT_NETPORT_ACTIVE "2003" macro
H A Dpcap-rpcap.c2657 …if (sock_initaddress(address, RPCAP_DEFAULT_NETPORT_ACTIVE, &hints, &addrinfo, errbuf, PCAP_ERRBUF… in pcap_remoteact_accept()
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Dfileconf.c330 …result = pcap_strlcpy(activelist[num_active_clients].port, RPCAP_DEFAULT_NETPORT_ACTIVE, sizeof(ac… in fileconf_read()
H A Drpcapd.c138 …" In case 'port' is omitted, the default port (" RPCAP_DEFAULT_NETPORT_ACTIVE ") … in printusage()
252 pcap_strlcpy(activelist[i].port, RPCAP_DEFAULT_NETPORT_ACTIVE, MAX_LINE); in main()