| /src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/ |
| fwd_oneport.conf | 6 outgoing-range: 2 7 outgoing-port-avoid: 0-65535 8 outgoing-port-permit: 20675
|
| /src/external/bsd/unbound/dist/testdata/fwd_three.tdir/ |
| fwd_three.conf | 6 outgoing-range: 2 7 outgoing-num-tcp: 2
|
| /src/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/ |
| fwd_udptmout.conf | 6 outgoing-range: 3
|
| /src/external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/ |
| fwd_waitudp.conf | 6 outgoing-range: 1
|
| /src/external/bsd/unbound/dist/testdata/stub_udp6.tdir/ |
| stub_udp6.conf | 5 outgoing-interface: ::1
|
| /src/external/bsd/unbound/dist/testdata/fwd_three_service.tdir/ |
| fwd_three_service.conf | 6 outgoing-range: 2
|
| /src/external/mpl/dhcp/dist/server/ |
| bootp.c | 47 struct packet outgoing; local 205 /* Set up the outgoing packet... */ 206 memset (&outgoing, 0, sizeof outgoing); 208 outgoing.raw = &raw; 220 memcpy(outgoing.raw->options, packet->raw->options, 224 outgoing.packet_length = 260 outgoing.packet_length = 261 cons_options (packet, outgoing.raw, lease, 267 if (outgoing.packet_length < BOOTP_MIN_LEN [all...] |
| dhcp.c | 1100 struct packet outgoing; local 1263 memset(&outgoing, 0, sizeof outgoing); 1265 outgoing.raw = &raw; 1645 outgoing.packet_length = 1646 cons_options (packet, outgoing.raw, (struct lease *)0, 1656 if (outgoing.packet_length < BOOTP_MIN_LEN) 1657 outgoing.packet_length = BOOTP_MIN_LEN; 1672 dump_packet (&outgoing); 1673 dump_raw ((unsigned char *)&raw, outgoing.packet_length) 1792 struct packet outgoing; local [all...] |
| /src/external/bsd/unbound/dist/testdata/dynlibmod.tdir/ |
| dynlibmod.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/ipset.tdir/ |
| ipset.conf | 5 outgoing-range: 16
|
| /src/external/mit/libuv/dist/test/ |
| test-tcp-close-accept.c | 57 uv_stream_t* outgoing; local 77 outgoing = (uv_stream_t*) &tcp_outgoing[i]; 78 ASSERT_OK(uv_write(&write_reqs[i], outgoing, &buf, 1, write_cb));
|
| /src/external/bsd/unbound/dist/testdata/dnstap.tdir/ |
| dnstap.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_reconnect.tdir/ |
| dnstap_reconnect.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tcp.tdir/ |
| dnstap_tcp.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tls.tdir/ |
| dnstap_tls.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tls_badcert.tdir/ |
| dnstap_tls_badcert.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tls_badname.tdir/ |
| dnstap_tls_badname.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tls_peername.tdir/ |
| dnstap_tls_peername.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/dnstap_tls_clientauth.tdir/ |
| dnstap_tls_clientauth.conf | 4 outgoing-range: 16
|
| /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/ |
| fast_reload_most_options.conf | 19 outgoing-interface: 127.0.0.1 20 outgoing-port-avoid: "3200-3208"
|
| /src/sys/arch/m68k/m68k/ |
| switch_subr.s | 72 movl 4(%sp),%a1 | fetch outgoing lwp 179 movl %d1,%d0 | return outgoing lwp
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| parameters.c | 674 int outgoing) 692 * Whether incoming or outgoing, some of the params might be offers 696 * text has the potential for creating outgoing text - and this will 701 iscsi_trace(TRACE_ISCSI_PARAM, "parsing %d %s bytes of text parameters\n", text_len_in, outgoing ? "outgoing" : "incoming"); 761 if (!outgoing) { 788 if (!outgoing) { 814 if (!outgoing) { 830 if (outgoing) { 1087 if (outgoing) { [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lra-spills.cc | 709 rtx outgoing = crtl->return_rtx; local 711 if (! outgoing) 714 if (REG_P (outgoing)) 715 return REGNO (outgoing) == regno; 716 else if (GET_CODE (outgoing) == PARALLEL) 720 for (i = 0; i < XVECLEN (outgoing, 0); i++) 722 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0);
|
| gimple-range-gori.h | 102 vec<bitmap> m_outgoing; // BB: Outgoing ranges calculatable on edges 104 bitmap m_maybe_variant; // Names which might have outgoing ranges. 111 // calculated for them on outgoing edges from basic blocks. This represents 117 // returns true if the outgoing edge *may* be able to produce range 190 gimple_outgoing_range outgoing; // Edge values for COND_EXPR & SWITCH_EXPR. member in class:gori_compute
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-range-gori.h | 108 vec<bitmap> m_outgoing; // BB: Outgoing ranges calculable on edges 110 bitmap m_maybe_variant; // Names which might have outgoing ranges. 117 // calculated for them on outgoing edges from basic blocks. This represents 123 // returns true if the outgoing edge *may* be able to produce range 206 gimple_outgoing_range outgoing; // Edge values for COND_EXPR & SWITCH_EXPR. member in class:gori_compute 216 // Fill ssa-cache R with any outgoing ranges on edge E, using OGR and QUERY. 221 // Query if NAME has an outgoing range on edge E, and return it in R if so.
|