| /freebsd-12.1/share/examples/ipfilter/ |
| H A D | ipf.conf.restrictive | 19 # 150 outgoing ed1 21 # 250 outgoing fxp0 49 # outgoing ed1 traffic - group 150 50 # Setup outgoing DNS 53 # allow outgoing http-service 55 # allow outgoing smtp traffic 57 # allow outgoing pop3 traffic 59 # allow outgoing ftp traffic 71 # outgoing traffic on fxp0 - group 250
|
| H A D | firewall.2 | 52 # these don't have daemons listening but are used by outgoing
|
| /freebsd-12.1/share/examples/pf/ |
| H A D | faq-example3 | 12 # each queue can be controlled. the max outgoing bandwidth is 1.5Mbps. 18 # outgoing traffic on fxp0. 43 # std_int - the standard queue. also the default queue for outgoing
|
| /freebsd-12.1/contrib/unbound/doc/ |
| H A D | example.conf.in | 60 # outgoing-interface: 192.0.2.153 61 # outgoing-interface: 2001:DB8::5 62 # outgoing-interface: 2001:DB8::6 76 # outgoing-range: 4096 79 # making outgoing queries, using an outgoing interface. 80 # outgoing-port-permit: 32768 83 # making outgoing queries, using an outgoing interface. 87 # If multiple outgoing-port-permit and outgoing-port-avoid options 89 # outgoing-port-avoid: "3200-3208" 92 # outgoing-num-tcp: 10 [all …]
|
| /freebsd-12.1/contrib/ipfilter/rules/ |
| H A D | example.2 | 2 # block all outgoing TCP packets on le0 from any host to port 23 of
|
| H A D | tcpstate | 2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup
|
| /freebsd-12.1/contrib/unbound/ |
| H A D | README | 4 many (10000) outgoing ports. By default max 256 ports are opened at
|
| H A D | README.md | 25 outgoing ports. By default max 256 ports are opened at the same time and the
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.opt | 54 maccumulate-outgoing-args 56 Reserve space for outgoing arguments in the function prologue 170 Use push instructions to save outgoing arguments
|
| /freebsd-12.1/usr.bin/svn/lib/libserf/ |
| H A D | Makefile | 13 mmap_buckets.c outgoing.c request_buckets.c \
|
| /freebsd-12.1/contrib/unbound/util/ |
| H A D | configlexer.lex | 217 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) } 218 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) } 219 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) } 220 outgoing-num-tcp{COLON} { YDVAR(1, VAR_OUTGOING_NUM_TCP) } 229 outgoing-tcp-mss{COLON} { YDVAR(1, VAR_OUTGOING_TCP_MSS) } 255 outgoing-interface{COLON} { YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
| /freebsd-12.1/contrib/sendmail/cf/feature/ |
| H A D | genericstable.m4 | 22 # Generics table (mapping outgoing addresses)
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | targhooks.c | 474 bool outgoing ATTRIBUTE_UNUSED) in default_function_value() 482 if (outgoing) in default_function_value()
|
| H A D | function.c | 4239 rtx outgoing = current_function_return_rtx; in diddle_return_value() local 4241 if (! outgoing) in diddle_return_value() 4244 if (REG_P (outgoing)) in diddle_return_value() 4245 (*doit) (outgoing, arg); in diddle_return_value() 4246 else if (GET_CODE (outgoing) == PARALLEL) in diddle_return_value() 4250 for (i = 0; i < XVECLEN (outgoing, 0); i++) in diddle_return_value() 4252 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0); in diddle_return_value() 4519 rtx outgoing; in expand_function_end() local 4531 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end() 4537 emit_move_insn (outgoing, value_address); in expand_function_end() [all …]
|
| H A D | target.h | 727 bool outgoing);
|
| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | README.nat | 242 translated local address (192.168.0.4), but outgoing 258 A handler needs to be added to correctly NAT outgoing error messages. 269 host address, outgoing NAT and incoming de-NATing). 376 - Now supports outgoing as well as incoming ICMP error messages/
|
| /freebsd-12.1/share/doc/IPv6/ |
| H A D | IMPLEMENTATION | 299 outgoing interface. To configure the default outgoing interface, use 519 outgoing interface through another API, which can disambiguate the 532 ambiguous destination, but it still tries to get the outgoing 534 the outgoing packet using in6_selectsrc(). If the interface is 577 they are too strong for outgoing packets. For example, consider a 609 + To disambiguate scoped addresses of outgoing packets, 628 by using the name of the outgoing interface as the link, like 653 options. Additionally, specifying the outgoing "interface" is in 656 described above. This should apply to the case where the outgoing 814 The KAME kernel chooses the source address for an outgoing packet [all …]
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | README.hpux | 25 >it, but I can only see incoming data, never outgoing. 56 > outgoing. I have tried tcpflow-0.12 which also uses libpcap and the
|
| H A D | README.aix | 88 be responsible for DLPI not being able to capture outgoing packets.
|
| H A D | README.macos | 74 not be able to capture outgoing packets.)
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_connect.pod | 39 buffer outgoing TCP data if a TCP packet has already been sent for which no
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 116 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local 117 assert(outgoing && "expression emission cleared block!"); in EmitStmt() 131 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt() 132 outgoing->eraseFromParent(); in EmitStmt()
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | HISTORY | 101 - Now supports outgoing as well as incoming ICMP
|
| /freebsd-12.1/sbin/natd/ |
| H A D | HISTORY | 79 when packet size exceeds mtu size of outgoing network interface.
|
| /freebsd-12.1/release/picobsd/floppy.tree/etc/ |
| H A D | rc.firewall | 53 # Allow setup of outgoing TCP connections only
|