Home
last modified time | relevance | path

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

1234

/openbsd/usr.sbin/dhcpd/
H A Dbootp.c66 struct packet outgoing; in bootp() local
234 memset(&outgoing, 0, sizeof outgoing); in bootp()
236 outgoing.raw = &raw; in bootp()
244 memcpy(outgoing.raw->options, packet->raw->options, in bootp()
246 outgoing.packet_length = BOOTP_MIN_LEN; in bootp()
281 outgoing.packet_length = cons_options(packet, outgoing.raw, in bootp()
284 if (outgoing.packet_length < BOOTP_MIN_LEN) in bootp()
285 outgoing.packet_length = BOOTP_MIN_LEN; in bootp()
345 outgoing.packet_length, from, &to, packet->haddr); in bootp()
365 outgoing.packet_length, from, &to, packet->haddr); in bootp()
H A Ddhcp.c583 struct packet outgoing; in nak_lease() local
589 memset(&outgoing, 0, sizeof outgoing); in nak_lease()
591 outgoing.raw = &raw; in nak_lease()
648 outgoing.packet_length = cons_options(packet, outgoing.raw, in nak_lease()
677 if (outgoing.packet_length < BOOTP_MIN_LEN) in nak_lease()
678 outgoing.packet_length = BOOTP_MIN_LEN; in nak_lease()
689 outgoing.packet_length, from, &to, packet->haddr); in nak_lease()
700 outgoing.packet_length, from, &to, NULL); in nak_lease()
/openbsd/regress/sbin/pfctl/
H A Dpfail66.ok1 stdin:1: divert-to used with outgoing rule
/openbsd/gnu/llvm/llvm/docs/
H A DBlockFrequencyTerminology.rst19 outgoing edge. These are called branch probabilities. For a given block, the
20 sum of its outgoing branch probabilities should be 1.0.
28 the sum of the weights on the predecessor's outgoing edges.
/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.opt54 maccumulate-outgoing-args
56 Reserve space for outgoing arguments in the function prologue
170 Use push instructions to save outgoing arguments
/openbsd/usr.sbin/unbound/doc/
H A Dexample.conf.in74 # outgoing-interface: 192.0.2.153
75 # outgoing-interface: 2001:DB8::5
76 # outgoing-interface: 2001:DB8::6
93 # outgoing-range: 4096
96 # making outgoing queries, using an outgoing interface.
97 # outgoing-port-permit: 32768
100 # making outgoing queries, using an outgoing interface.
104 # If multiple outgoing-port-permit and outgoing-port-avoid options
106 # outgoing-port-avoid: "3200-3208"
109 # outgoing-num-tcp: 10
[all …]
H A DREADME.DNS6434 orthogonal to DNS64; it allows Unbound to send outgoing queries to IPv4-only
H A DREADME24 (thousands) of outgoing ports. This improves randomization and spoof
25 resistance. It also allows a higher number of outgoing queries.
/openbsd/gnu/gcc/gcc/config/m32c/
H A Dm32c.abi44 | outgoing args (opt)
131 | outgoing args (opt)
/openbsd/regress/sys/net/pf_divert/
H A DREADME23 The args-...-reply tests install an outgoing divert-reply pf rule
44 creates a second outgoing state although all packet use one socket.
/openbsd/gnu/gcc/gcc/
H A Dtarghooks.c483 bool outgoing ATTRIBUTE_UNUSED) in default_function_value()
491 if (outgoing) in default_function_value()
H A Dfunction.c4228 rtx outgoing = current_function_return_rtx; in diddle_return_value() local
4230 if (! outgoing) in diddle_return_value()
4233 if (REG_P (outgoing)) in diddle_return_value()
4234 (*doit) (outgoing, arg); in diddle_return_value()
4235 else if (GET_CODE (outgoing) == PARALLEL) in diddle_return_value()
4239 for (i = 0; i < XVECLEN (outgoing, 0); i++) in diddle_return_value()
4241 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0); in diddle_return_value()
4493 rtx outgoing; in expand_function_end() local
4505 REG_FUNCTION_VALUE_P (outgoing) = 1; in expand_function_end()
4511 emit_move_insn (outgoing, value_address); in expand_function_end()
[all …]
H A Dtarget.h723 bool outgoing);
/openbsd/sbin/unwind/libunbound/util/
H A Dconfiglexer.lex223 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) }
224 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
225 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
226 outgoing-num-tcp{COLON} { YDVAR(1, VAR_OUTGOING_NUM_TCP) }
237 outgoing-tcp-mss{COLON} { YDVAR(1, VAR_OUTGOING_TCP_MSS) }
276 outgoing-interface{COLON} { YDVAR(1, VAR_OUTGOING_INTERFACE) }
/openbsd/usr.sbin/unbound/util/
H A Dconfiglexer.lex223 outgoing-range{COLON} { YDVAR(1, VAR_OUTGOING_RANGE) }
224 outgoing-port-permit{COLON} { YDVAR(1, VAR_OUTGOING_PORT_PERMIT) }
225 outgoing-port-avoid{COLON} { YDVAR(1, VAR_OUTGOING_PORT_AVOID) }
226 outgoing-num-tcp{COLON} { YDVAR(1, VAR_OUTGOING_NUM_TCP) }
237 outgoing-tcp-mss{COLON} { YDVAR(1, VAR_OUTGOING_TCP_MSS) }
276 outgoing-interface{COLON} { YDVAR(1, VAR_OUTGOING_INTERFACE) }
/openbsd/regress/sys/netinet/mcast/
H A DREADME21 -o outaddr outgoing interface address
/openbsd/usr.sbin/nsd/
H A Dnsd.conf.sample.in169 # Maximum segment size (MSS) of TCP socket for outgoing AXFR request.
171 # outgoing-tcp-mss: 0
176 # max number of sockets used for outgoing zone transfers.
179 # max number of simultaneous outgoing zone transfers over one socket.
365 # authenticating the far end of an outgoing TLS connection in access control
443 #outgoing-interface: 10.0.0.10
H A Dconfiglexer.lex215 outgoing-tcp-mss{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_TCP_MSS;}
241 outgoing-interface{COLON} { LEXOUT(("v(%s) ", yytext)); return VAR_OUTGOING_INTERFACE;}
/openbsd/usr.sbin/unbound/
H A DREADME.md29 outgoing ports. By default max 256 ports are opened at the same time and the
/openbsd/share/snmp/
H A DOPENBSD-PF-MIB.txt815 "The number of outgoing IPv4 packets blocked."
823 "The number of outgoing IPv4 bytes blocked."
879 "The number of outgoing IPv6 packets blocked."
887 "The number of outgoing IPv6 bytes blocked."
1077 "The number of outgoing packets blocked that matched the table."
1085 "The number outgoing bytes blocked that matched the table."
1445 "The number of outgoing packets matched by the rule."
1453 "The number of outgoing bytes matched by the rule."
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.h1456 int outgoing; member
1597 (CUM).outgoing = 1; \
1625 (CUM).outgoing = 0; \
1673 if (! (CUM).outgoing) \
1729 if ((CUM).outgoing && numregs > 0) \
1870 ((CUM).outgoing \
/openbsd/gnu/usr.bin/perl/Porting/
H A Dvote_admin_guide.pod165 Ask the outgoing Steering Council to:
180 Steering Council members (without removing outgoing members; the incoming Steering
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfunction.c6807 rtx outgoing = current_function_return_rtx; variable
6809 if (! outgoing)
6812 if (GET_CODE (outgoing) == REG)
6813 (*doit) (outgoing, arg);
6814 else if (GET_CODE (outgoing) == PARALLEL)
6820 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0);
7143 rtx outgoing local
7147 rtx outgoing local
7153 REG_FUNCTION_VALUE_P (outgoing) = 1;
7162 emit_move_insn (outgoing, value_address);
[all …]
H A Dexplow.c1660 hard_function_value (valtype, func, outgoing) in hard_function_value() argument
1663 int outgoing ATTRIBUTE_UNUSED;
1668 if (outgoing)
/openbsd/usr.bin/ssh/
H A Dpacket.c206 TAILQ_HEAD(, packet) outgoing;
223 TAILQ_INIT(&state->outgoing); in ssh_alloc_session_state()
1345 TAILQ_INSERT_TAIL(&state->outgoing, p, next); in ssh_packet_send2()
1371 while ((p = TAILQ_FIRST(&state->outgoing))) { in ssh_packet_send2()
1386 TAILQ_REMOVE(&state->outgoing, p, next); in ssh_packet_send2()

1234