Home
last modified time | relevance | path

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

12345

/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
43 # traffic on dc0.
45 # boss_int - traffic to the boss's PC; assign a higher priority.
46 # www_int - traffic from the WWW server in the DMZ; full speed.
64 # internal_dmz - traffic from the internal network.
65 # net_dmz - container queue for traffic from the Internet.
[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,
/freebsd/lib/libc/rpc/
H A Drpc59 traffic 100123 na.traffic
/freebsd/contrib/tcpdump/
H A DINSTALL.md21 read saved captures. Whether a user will be able to capture traffic
25 capture traffic. If a user can capture traffic, he or she could use
26 utilities such as tcpdump to capture any traffic on your net, including
64 atm.h - ATM traffic type definitions
/freebsd/contrib/sendmail/src/
H A Dcontrol.c266 SM_FILE_T *traffic; local
338 traffic = TrafficLogFile;
343 TrafficLogFile = traffic;
/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 Dxlnx,pr-decoupler.yaml19 can also couple / enable the bridges which allows traffic to pass through the
23 eXchange AXI shutdown manager prevents AXI traffic from passing through the
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
H A Daltr,freeze-bridge-controller.yaml13 unfreeze/enable the bridges which allows traffic to pass through the bridge
/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/sys/dev/nvmf/host/
H A Dnvmf.c150 int traffic; in nvmf_check_keep_alive() local
152 traffic = atomic_readandclear_int(&sc->ka_active_rx_traffic); in nvmf_check_keep_alive()
153 if (traffic == 0) { in nvmf_check_keep_alive()
180 int traffic; in nvmf_send_keep_alive() local
186 traffic = atomic_load_int(&sc->ka_active_tx_traffic); in nvmf_send_keep_alive()
187 if (traffic == 0 && !nvmf_cmd_keep_alive(sc, nvmf_keep_alive_complete, in nvmf_send_keep_alive()
/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/contrib/device-tree/Bindings/media/i2c/
H A Dimi,rdacm2x-gmsl.yaml52 All I2C traffic received on the GMSL link not directed to the serializer is
54 I2C traffic generated on the local I2C bus not directed to the serializer is
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt9 or as traffic debug or statistic collectors. Exynos542x bus has multiple
H A Dsamsung,exynos-nocp.yaml19 traffic debug or statistic collectors. Exynos542x bus has multiple NoC probes
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcalxeda-xgmac.yaml14 traffic to external network ports.
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/
H A Dinvensense,mpu3050.txt19 incoming I2C bus, alternatively drive traffic to a slave device (usually
H A Dinvensense,mpu3050.yaml35 incoming I2C bus, alternatively drive traffic to a slave device (usually

12345