Home
last modified time | relevance | path

Searched refs:outgoing (Results 1 – 25 of 83) sorted by relevance

1234

/NextBSD/share/examples/ipfilter/
HDipf.conf.restrictive19 # 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
HDfirewall.252 # these don't have daemons listening but are used by outgoing
/NextBSD/contrib/unbound/doc/
HDexample.conf.in49 # 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 …]
HDTODO71 - use libevent if available on system by default(?), default outgoing 256to1024
/NextBSD/contrib/unbound/util/
HDconfiglexer.lex214 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/
HDfaq-example312 # 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/
HDexample.22 # block all outgoing TCP packets on le0 from any host to port 23 of
HDtcpstate2 # Only allow TCP packets in/out of le0 if there is an outgoing connection setup
/NextBSD/contrib/unbound/
HDREADME4 many (10000) outgoing ports. By default max 256 ports are opened at
/NextBSD/contrib/gcc/config/i386/
HDi386.opt54 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/
HDMakefile13 mmap_buckets.c outgoing.c request_buckets.c \
/NextBSD/contrib/gcc/
HDtarghooks.c474 bool outgoing ATTRIBUTE_UNUSED) in default_function_value()
482 if (outgoing) in default_function_value()
HDfunction.c4239 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 …]
HDtarget.h727 bool outgoing);
/NextBSD/contrib/ofed/management/doc/
HDlibibmad.txt88 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',
HDibtracer.txt32 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/
HDpacket.c201 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()
HDmonitor.c120 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/
HDREADME.nat242 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/
HDIMPLEMENTATION299 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/
HDCGStmt.cpp106 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/
HDHISTORY79 when packet size exceeds mtu size of outgoing network interface.
/NextBSD/sys/netinet/libalias/
HDHISTORY101 - Now supports outgoing as well as incoming ICMP
/NextBSD/release/picobsd/floppy.tree/etc/
HDrc.firewall53 # Allow setup of outgoing TCP connections only
/NextBSD/contrib/serf/
HDdesign-guide.txt53 incoming or outgoing data stream, a lot of care must be take to avoid

1234