| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | bootp.c | 47 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 D | 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); 1688 packet->dhcp4o6_response->len = outgoing.packet_length; [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testdata/04-checkconf.tdir/ |
| H A D | bad.badif | 7 outgoing-interface: ::1 8 outgoing-interface: ::1 9 outgoing-interface: ::1
|
| H A D | good.all | 36 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 D | fwd_oneport.conf | 6 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 D | fwd_three.conf | 6 outgoing-range: 2 7 outgoing-num-tcp: 2
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-tcp-close-accept.c | 57 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 D | lra-spills.c | 709 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 D | lra-spills.cc | 709 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 D | parameters.c | 674 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 D | faq-example3 | 12 # 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 D | avr.opt | 91 …outgoing function arguments and acquire/release the needed stack space for outgoing function argum…
|
| /netbsd-src/external/apache2/llvm/dist/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.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.opt | 91 …outgoing function arguments and acquire/release the needed stack space for outgoing function argum…
|
| /netbsd-src/external/bsd/unbound/dist/doc/ |
| H A D | example.conf.in | 71 # 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 D | stub_udp6.conf | 5 outgoing-interface: ::1
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_udptmout.tdir/ |
| H A D | fwd_udptmout.conf | 6 outgoing-range: 3
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_waitudp.tdir/ |
| H A D | fwd_waitudp.conf | 6 outgoing-range: 1
|
| /netbsd-src/external/bsd/unbound/dist/testdata/fwd_three_service.tdir/ |
| H A D | fwd_three_service.conf | 6 outgoing-range: 2
|
| /netbsd-src/external/bsd/ipf/dist/rules/ |
| H A D | example.2 | 3 # 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 D | config.rst | 59 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 D | ipset.conf | 5 outgoing-range: 16
|
| /netbsd-src/external/bsd/unbound/dist/testdata/remote-threaded.tdir/ |
| H A D | remote-threaded.conf | 4 outgoing-range: 16
|
| /netbsd-src/external/bsd/unbound/dist/testdata/dynlibmod.tdir/ |
| H A D | dynlibmod.conf | 4 outgoing-range: 16
|
| /netbsd-src/external/bsd/unbound/dist/ |
| H A D | README | 4 many (10000) outgoing ports. By default max 256 ports are opened at
|