Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h39 #define RPCAP_DEFAULT_NETPORT_ACTIVE "2003" macro
H A Dpcap-rpcap.c2955 RPCAP_DEFAULT_NETPORT_ACTIVE, &hints, errbuf, in pcap_remoteact_accept_ex()
/freebsd/contrib/libpcap/rpcapd/
H A Dfileconf.c337 …result = pcapint_strlcpy(activelist[num_active_clients].port, RPCAP_DEFAULT_NETPORT_ACTIVE, sizeof… in fileconf_read()
H A Drpcapd.c143 …" In case 'port' is omitted, the default port (" RPCAP_DEFAULT_NETPORT_ACTIVE ") … in printusage()
277 … pcapint_strlcpy(activelist[i].port, RPCAP_DEFAULT_NETPORT_ACTIVE, sizeof (activelist[i].port)); in main()