/openbsd/usr.sbin/dhcpd/ |
H A D | bootp.c | 66 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 D | dhcp.c | 583 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 D | pfail66.ok | 1 stdin:1: divert-to used with outgoing rule
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | BlockFrequencyTerminology.rst | 19 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 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
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | example.conf.in | 74 # 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 D | README.DNS64 | 34 orthogonal to DNS64; it allows Unbound to send outgoing queries to IPv4-only
|
H A D | README | 24 (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 D | m32c.abi | 44 | outgoing args (opt) 131 | outgoing args (opt)
|
/openbsd/regress/sys/net/pf_divert/ |
H A D | README | 23 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 D | targhooks.c | 483 bool outgoing ATTRIBUTE_UNUSED) in default_function_value() 491 if (outgoing) in default_function_value()
|
H A D | function.c | 4228 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 D | target.h | 723 bool outgoing);
|
/openbsd/sbin/unwind/libunbound/util/ |
H A D | configlexer.lex | 223 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 D | configlexer.lex | 223 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 D | README | 21 -o outaddr outgoing interface address
|
/openbsd/usr.sbin/nsd/ |
H A D | nsd.conf.sample.in | 169 # 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 D | configlexer.lex | 215 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 D | README.md | 29 outgoing ports. By default max 256 ports are opened at the same time and the
|
/openbsd/share/snmp/ |
H A D | OPENBSD-PF-MIB.txt | 815 "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 D | sh.h | 1456 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 D | vote_admin_guide.pod | 165 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 D | function.c | 6807 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 D | explow.c | 1660 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 D | packet.c | 206 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()
|