| /NextBSD/share/examples/ipfilter/ |
| HD | 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
|
| HD | firewall.2 | 52 # these don't have daemons listening but are used by outgoing
|
| /NextBSD/contrib/unbound/doc/ |
| HD | example.conf.in | 49 # specify the interfaces to send outgoing queries to authoritative 51 # is used. Specify every interface on a 'outgoing-interface:' line. 52 # outgoing-interface: 192.0.2.153 53 # outgoing-interface: 2001:DB8::5 54 # outgoing-interface: 2001:DB8::6 59 # outgoing-range: 4096 62 # making outgoing queries, using an outgoing interface. 63 # outgoing-port-permit: 32768 66 # making outgoing queries, using an outgoing interface. 70 # If multiple outgoing-port-permit and outgoing-port-avoid options [all …]
|
| HD | TODO | 71 - use libevent if available on system by default(?), default outgoing 256to1024
|
| /NextBSD/contrib/unbound/util/ |
| HD | configlexer.lex | 214 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) } 215 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) } 216 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) } 217 outgoing-num-tcp{COLON} { YDVAR(1, VAR_OUTGOING_NUM_TCP) } 231 outgoing-interface{COLON} { YDVAR(1, VAR_OUTGOING_INTERFACE) }
|
| /NextBSD/share/examples/pf/ |
| HD | 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
|
| /NextBSD/contrib/ipfilter/rules/ |
| HD | example.2 | 2 # block all outgoing TCP packets on le0 from any host to port 23 of
|
| HD | tcpstate | 2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup
|
| /NextBSD/contrib/unbound/ |
| HD | README | 4 many (10000) outgoing ports. By default max 256 ports are opened at
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.opt | 54 maccumulate-outgoing-args 56 Reserve space for outgoing arguments in the function prologue 170 Use push instructions to save outgoing arguments
|
| /NextBSD/usr.bin/svn/lib/libserf/ |
| HD | Makefile | 13 mmap_buckets.c outgoing.c request_buckets.c \
|
| /NextBSD/contrib/gcc/ |
| HD | targhooks.c | 474 bool outgoing ATTRIBUTE_UNUSED) in default_function_value() 482 if (outgoing) in default_function_value()
|
| HD | 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 4526 outgoing = targetm.calls.function_value (build_pointer_type (type), in expand_function_end() 4531 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end() [all …]
|
| HD | target.h | 727 bool outgoing);
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | libibmad.txt | 88 outgoing packet, while if the 'rcvdata' is non-null, copy the received packet 236 for the outgoing packet, and the received packet payload is copied back 265 to the destination port 'dport'. The data in 'buf' is used as the outgoing 319 'dport'. The 'data' buffer is used as the outgoing mad payload, and the 421 status field. The following outgoing fields are set by the function using the 622 Description: Encode an outgoing mad headers in 'buf' using the given 'rpc',
|
| HD | ibtracer.txt | 32 on outgoing ports, it is the server (agent) which needs to validate the 77 -v option displays entire path. Note that the incoming (rather than outgoing)
|
| /NextBSD/crypto/openssh/ |
| HD | packet.c | 201 TAILQ_HEAD(, packet) outgoing; 244 TAILQ_INIT(&active_state->outgoing); in packet_set_connection() 1007 TAILQ_INSERT_TAIL(&active_state->outgoing, p, next); in packet_send2() 1022 while ((p = TAILQ_FIRST(&active_state->outgoing))) { in packet_send2() 1028 TAILQ_REMOVE(&active_state->outgoing, p, next); in packet_send2()
|
| HD | monitor.c | 120 z_stream outgoing; member 1788 memcpy(&outgoing_stream, &child_state.outgoing, in monitor_apply_keystate() 1918 if (plen != sizeof(child_state.outgoing)) in mm_get_keystate() 1920 memcpy(&child_state.outgoing, p, sizeof(child_state.outgoing)); in mm_get_keystate()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | 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/
|
| /NextBSD/share/doc/IPv6/ |
| HD | 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 570 the outgoing interface of a packet. Similarly, the IPV6_PKTINFO or 577 they are too strong for outgoing packets. For example, consider a 580 we can only specify one of the interfaces for the outgoing packet with 609 + To disambiguate scoped addresses of outgoing packets, 610 * if it is okay to just specify the outgoing interface, use the 627 syntax, as documented in RFC4007. You can specify the outgoing link, [all …]
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGStmt.cpp | 106 llvm::BasicBlock *outgoing = Builder.GetInsertBlock(); in EmitStmt() local 107 assert(outgoing && "expression emission cleared block!"); in EmitStmt() 121 if (incoming != outgoing && outgoing->use_empty()) { in EmitStmt() 122 outgoing->eraseFromParent(); in EmitStmt()
|
| /NextBSD/sbin/natd/ |
| HD | HISTORY | 79 when packet size exceeds mtu size of outgoing network interface.
|
| /NextBSD/sys/netinet/libalias/ |
| HD | HISTORY | 101 - Now supports outgoing as well as incoming ICMP
|
| /NextBSD/release/picobsd/floppy.tree/etc/ |
| HD | rc.firewall | 53 # Allow setup of outgoing TCP connections only
|
| /NextBSD/contrib/serf/ |
| HD | design-guide.txt | 53 incoming or outgoing data stream, a lot of care must be take to avoid
|