Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dbootp.c47 struct packet outgoing; local
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)
268 outgoing.packet_length = BOOTP_MIN_LEN;
371 packet->dhcp4o6_response->len = outgoing.packet_length;
[all …]
H A Ddhcp.c1100 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);
1688 packet->dhcp4o6_response->len = outgoing.packet_length;
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/04-checkconf.tdir/
H A Dbad.badif7 outgoing-interface: ::1
8 outgoing-interface: ::1
9 outgoing-interface: ::1
H A Dgood.all36 outgoing-range: 16
38 outgoing-port-permit: 1000-1020
39 outgoing-port-avoid: 2000-2048
40 outgoing-port-avoid: 3000
42 # number of outgoing simultaneous tcp buffers to hold per thread.
43 outgoing-num-tcp: 10
224 # in the differentiated services field (DS) of the outgoing
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_oneport.tdir/
H A Dfwd_oneport.conf6 outgoing-range: 2
7 outgoing-port-avoid: 0-65535
8 outgoing-port-permit: 20675
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_three.tdir/
H A Dfwd_three.conf6 outgoing-range: 2
7 outgoing-num-tcp: 2
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-tcp-close-accept.c57 uv_stream_t* outgoing; in connect_cb() local
77 outgoing = (uv_stream_t*) &tcp_outgoing[i]; in connect_cb()
78 ASSERT(0 == uv_write(&write_reqs[i], outgoing, &buf, 1, write_cb)); in connect_cb()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlra-spills.c709 rtx outgoing = crtl->return_rtx; in return_regno_p() local
711 if (! outgoing) in return_regno_p()
714 if (REG_P (outgoing)) in return_regno_p()
715 return REGNO (outgoing) == regno; in return_regno_p()
716 else if (GET_CODE (outgoing) == PARALLEL) in return_regno_p()
720 for (i = 0; i < XVECLEN (outgoing, 0); i++) in return_regno_p()
722 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0); in return_regno_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlra-spills.cc709 rtx outgoing = crtl->return_rtx; in return_regno_p() local
711 if (! outgoing) in return_regno_p()
714 if (REG_P (outgoing)) in return_regno_p()
715 return REGNO (outgoing) == regno; in return_regno_p()
716 else if (GET_CODE (outgoing) == PARALLEL) in return_regno_p()
720 for (i = 0; i < XVECLEN (outgoing, 0); i++) in return_regno_p()
722 rtx x = XEXP (XVECEXP (outgoing, 0, i), 0); in return_regno_p()
/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dparameters.c674 int outgoing) in param_text_parse() argument
701 …iscsi_trace(TRACE_ISCSI_PARAM, "parsing %d %s bytes of text parameters\n", text_len_in, outgoing ?… in param_text_parse()
761 if (!outgoing) { in param_text_parse()
788 if (!outgoing) { in param_text_parse()
814 if (!outgoing) { in param_text_parse()
830 if (outgoing) { in param_text_parse()
1087 if (outgoing) { in param_text_parse()
1123 if (outgoing) { in param_text_parse()
1152 if (outgoing) { in param_text_parse()
1273 if (!outgoing) { in param_text_parse()
/netbsd-src/dist/pf/share/pf/
H A Dfaq-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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.opt91outgoing function arguments and acquire/release the needed stack space for outgoing function argum…
/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.opt91outgoing function arguments and acquire/release the needed stack space for outgoing function argum…
/netbsd-src/external/bsd/unbound/dist/doc/
H A Dexample.conf.in71 # specify the interfaces to send outgoing queries to authoritative
73 # is used. Specify every interface on a 'outgoing-interface:' line.
74 # outgoing-interface: 192.0.2.153
75 # outgoing-interface: 2001:DB8::5
76 # outgoing-interface: 2001:DB8::6
80 # outgoing-interface: 2001:DB8::/64
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.
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/stub_udp6.tdir/
H A Dstub_udp6.conf5 outgoing-interface: ::1
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/
H A Dfwd_udptmout.conf6 outgoing-range: 3
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/
H A Dfwd_waitudp.conf6 outgoing-range: 1
/netbsd-src/external/bsd/unbound/dist/testdata/fwd_three_service.tdir/
H A Dfwd_three_service.conf6 outgoing-range: 2
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dexample.23 # block all outgoing TCP packets on le0 from any host to port 23 of
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst59 Number of outgoing tcp buffers per (per thread).
136 Number of outgoing interfaces to open.
141 List of outgoing interface description strings (IP addresses).
/netbsd-src/external/bsd/unbound/dist/testdata/ipset.tdir/
H A Dipset.conf5 outgoing-range: 16
/netbsd-src/external/bsd/unbound/dist/testdata/remote-threaded.tdir/
H A Dremote-threaded.conf4 outgoing-range: 16
/netbsd-src/external/bsd/unbound/dist/testdata/dynlibmod.tdir/
H A Ddynlibmod.conf4 outgoing-range: 16
/netbsd-src/external/bsd/unbound/dist/
H A DREADME4 many (10000) outgoing ports. By default max 256 ports are opened at

12345678910>>...12