Home
last modified time | relevance | path

Searched refs:traffic (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/share/examples/pf/
H A Dfaq-example317 # outgoing traffic on fxp0.
20 # www_ext_http - http traffic from the WWW server; higher priority.
21 # www_ext_misc - all non-http traffic from the WWW server.
22 # boss_ext - traffic coming from the boss's computer.
30 # enable queueing on the internal interface to control traffic coming
33 # maximum. traffic coming from the DMZ will be able to use all of this
34 # bandwidth while traffic coming from the Internet will be limited to
40 # net_int - container queue for traffic from the Internet. bandwidth
43 # traffic on dc0.
44 # it_int - traffic to the IT Dept network; reserve them 500Kbps.
[all …]
H A Dfaq-example29 # enable queueing on the external interface to control traffic going to
19 # explicitly specify a queue will have its traffic added
21 # ssh_im_out - interactive SSH and various instant message traffic.
30 # enable queueing on the internal interface to control traffic coming in
38 # explicitly specify a queue will have its traffic added
40 # ssh_im_in - interactive SSH and various instant message traffic.
H A Dqueue23 # give interactive ssh traffic priority over ssh bulk transfers (scp, sftp)
/freebsd/contrib/netbsd-tests/net/net/
H A Dt_pktinfo.c44 static const char traffic[] = "foo"; variable
93 if (sendto(s, traffic, sizeof(traffic), 0, in client()
104 char buf[sizeof(traffic)]; in receive()
151 if (strcmp(traffic, buf) != 0) in receive()
152 ERRX2("Bad message '%s' != '%s'", buf, traffic); in receive()
/freebsd/share/examples/ipfilter/
H A Dipf.conf.restrictive28 # incoming ed1 traffic - group 100
48 # outgoing ed1 traffic - group 150
54 # allow outgoing smtp traffic
56 # allow outgoing pop3 traffic
58 # allow outgoing ftp traffic
62 # incoming traffic on fxp0 - group 200
70 # outgoing traffic on fxp0 - group 250
H A Dfirewall.233 # Block all incoming UDP traffic except talk and DNS traffic. NFS
43 # Block all incoming TCP traffic connections to known services,
H A Dfirewall.130 # Block any incoming traffic to NFS ports, to the RPC portmapper, and
/freebsd/lib/libc/rpc/
H A Drpc59 traffic 100123 na.traffic
/freebsd/contrib/sendmail/src/
H A Dcontrol.c266 SM_FILE_T *traffic; local
338 traffic = TrafficLogFile;
343 TrafficLogFile = traffic;
/freebsd/contrib/tcpdump/
H A DINSTALL.md39 read saved captures. Whether a user will be able to capture traffic
43 capture traffic. If a user can capture traffic, he or she could use
44 utilities such as tcpdump to capture any traffic on your net, including
82 atm.h - ATM traffic type definitions
/freebsd/contrib/sendmail/cf/feature/
H A Dbestmx_is_local.m435 # Warning: this may generate a lot of extra DNS traffic -- a
38 # low to medium traffic hosts. If you use the limited bestmx
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dxilinx-pr-decoupler.txt7 couple / enable the bridges which allows traffic to pass through the
13 The Dynamic Function eXchange AXI shutdown manager prevents AXI traffic
H A Daltera-freeze-bridge.txt6 unfreeze/enable the bridges which allows traffic to pass through the
/freebsd/contrib/libpcap/doc/
H A DREADME.hpux66 traffic.
89 > outbound traffic.
95 outbound traffic too. Thanks again.
144 If you want to see the system's own outbound traffic, you'll never get
151 outbound traffic did happen).
/freebsd/tools/tools/netmap/
H A DREADME4 pkt-gen a multi-function packet generator and traffic sink
/freebsd/contrib/libpcap/
H A Dlibpcap.pc.in14 Description: Platform-independent network traffic capture library
/freebsd/usr.sbin/ppp/
H A DREADME.nat204 This command allows incoming traffic to <nat port> on the host
210 All traffic to port 8066 of the ppp host would then be sent to
219 This command allows traffic for a public IP address to be
229 The above command would redirect all incoming traffic to
239 then incoming traffic will be directed to the last
241 traffic to the first two addresses will still be NAT'd
358 masquerading router and not generate any traffic of its own.
/freebsd/sys/dev/nvmf/host/
H A Dnvmf.c152 int traffic; in nvmf_check_keep_alive() local
154 traffic = atomic_readandclear_int(&sc->ka_active_rx_traffic); in nvmf_check_keep_alive()
155 if (traffic == 0) { in nvmf_check_keep_alive()
182 int traffic; in nvmf_send_keep_alive() local
188 traffic = atomic_load_int(&sc->ka_active_tx_traffic); in nvmf_send_keep_alive()
189 if (traffic == 0 && !nvmf_cmd_keep_alive(sc, nvmf_keep_alive_complete, in nvmf_send_keep_alive()
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/
H A Dinvensense,mpu3050.txt19 incoming I2C bus, alternatively drive traffic to a slave device (usually
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt9 or as traffic debug or statistic collectors. Exynos542x bus has multiple
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dsamsung,usb-connector-11pin.txt6 It has additional pins to route MHL traffic simultanously with USB.
/freebsd/tools/tools/net80211/wesside/
H A DREADME14 * Generates traffic on the network for weak IV attack:
/freebsd/contrib/bsnmp/
H A Doid-list39 … 1112 bsnmp-pcap monitor traffic for specific network flows (Stef Walter <stef@memberwebs.com>)
/freebsd/contrib/unbound/doc/
H A DTODO19 o make timeout backoffs randomized (a couple percent random) to spread traffic.
22 early failure, faster on first query, but more traffic.
/freebsd/contrib/tcp_wrappers/
H A DBLURB17 modern UNIX systems that can already stop source-routed traffic in

1234