/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointOptions.cpp | 162 void BreakpointOptions::CopyOverSetOptions(const BreakpointOptions &incoming) in CopyOverSetOptions() argument 164 if (incoming.m_set_flags.Test(eEnabled)) in CopyOverSetOptions() 166 m_enabled = incoming.m_enabled; in CopyOverSetOptions() 169 if (incoming.m_set_flags.Test(eOneShot)) in CopyOverSetOptions() 171 m_one_shot = incoming.m_one_shot; in CopyOverSetOptions() 174 if (incoming.m_set_flags.Test(eCallback)) in CopyOverSetOptions() 176 m_callback = incoming.m_callback; in CopyOverSetOptions() 177 m_callback_baton_sp = incoming.m_callback_baton_sp; in CopyOverSetOptions() 178 m_callback_is_synchronous = incoming.m_callback_is_synchronous; in CopyOverSetOptions() 179 m_baton_is_command_baton = incoming.m_baton_is_command_baton; in CopyOverSetOptions() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointName.h | 80 void MergeInto(const Permissions &incoming) in MergeInto() argument 82 MergePermission(incoming, listPerm); in MergeInto() 83 MergePermission(incoming, disablePerm); in MergeInto() 84 MergePermission(incoming, deletePerm); in MergeInto() 128 void MergePermission(const Permissions &incoming, in MergePermission() argument 131 if (incoming.IsSet(permission)) in MergePermission() 134 incoming.m_permissions[permission])); in MergePermission()
|
/freebsd/sys/netgraph/ |
H A D | ng_bridge.c | 708 link_p foundFirst, incoming; member 765 if (destLink == ctx->incoming) { in ng_bridge_send_ctx() 789 counter_u64_add(ctx->incoming->stats.memoryFailures, 1); in ng_bridge_send_ctx() 812 ctx.incoming = NG_HOOK_PRIVATE(hook); in ng_bridge_rcvdata() 815 counter_u64_add(ctx.incoming->stats.recvRunts, 1); in ng_bridge_rcvdata() 821 counter_u64_add(ctx.incoming->stats.memoryFailures, 1); in ng_bridge_rcvdata() 827 counter_u64_add(ctx.incoming->stats.recvInvalid, 1); in ng_bridge_rcvdata() 834 if (ctx.incoming->loopCount != 0) { in ng_bridge_rcvdata() 835 counter_u64_add(ctx.incoming->stats.loopDrops, 1); in ng_bridge_rcvdata() 842 counter_u64_add(ctx.incoming->stats.recvPackets, 1); in ng_bridge_rcvdata() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_accept.pod | 50 waits for an incoming connection. 60 incoming connection. 91 will be duplicated and prepended to the chain when an incoming 115 and subsequent calls to BIO_do_accept() will await an incoming 121 incoming connection before processing I/O calls. When an accept 128 an initial accept socket will await an incoming connection then 137 incoming connections. This can be done by waiting for a connection and 144 again which can be used to await further incoming connections. 150 however because the accept BIO will still accept additional incoming 155 called to await an incoming connection it is possible for [all …]
|
H A D | DTLSv1_listen.pod | 7 - Statelessly listen for incoming connections 18 SSL_stateless() statelessly listens for new incoming TLSv1.3 connections. 19 DTLSv1_listen() statelessly listens for new incoming DTLS connections. If a 90 Since DTLSv1_listen() operates entirely statelessly whilst processing incoming
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf.conf.restrictive | 17 # 100 incoming ed1 19 # 200 incoming fxp0 28 # incoming ed1 traffic - group 100 42 # allow incoming ftp-data 62 # incoming traffic on fxp0 - group 200
|
H A D | firewall.2 | 33 # Block all incoming UDP traffic except talk and DNS traffic. NFS 43 # Block all incoming TCP traffic connections to known services, 50 # Allow incoming TCP connections to ports between 1024 and 5000, as 59 # Now allow various incoming TCP connections to particular hosts, TCP
|
/freebsd/sys/netinet/libalias/ |
H A D | HISTORY | 5 - Host accepts incoming connections for ports 0 to 1023. 11 - Generalized mechanism for handling incoming 21 - Corrected error in handling incoming UDP packets 96 to support multiple incoming addresses and static 100 - Now supports outgoing as well as incoming ICMP
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 142 Set to "yes" to disable all incoming connections. This just drops 145 all incoming TCP and UDP requests, making the NAT software a 147 all incoming connections to telnetd, ftpd, etc. 204 This command allows incoming traffic to <nat port> on the host 229 The above command would redirect all incoming traffic to 239 then incoming traffic will be directed to the last 255 ICMP error messages are currently handled only in the incoming direction. 267 host address, outgoing NAT and incoming de-NATing). 296 PPP host accepts incoming connections for ports 0 to 1023. 302 - Generalised mechanism for handling incoming connections [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound_munin_ | 81 unbound_munin_by_type - incoming queries by type 82 unbound_munin_by_class - incoming queries by class 83 unbound_munin_by_opcode - incoming queries by opcode 85 unbound_munin_by_flags - incoming queries by flags
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 479 src->incoming = (GCOVArc *)1; // Mark u available for cycle detection in augmentOneCycle() 496 if (succ->dst.incoming == nullptr) { in augmentOneCycle() 497 succ->dst.incoming = succ; in augmentOneCycle() 503 minCount = std::min(minCount, v->incoming->cycleCount); in augmentOneCycle() 504 v = &v->incoming->src; in augmentOneCycle() 510 v->incoming->cycleCount -= minCount; in augmentOneCycle() 511 v = &v->incoming->src; in augmentOneCycle() 531 const_cast<GCOVBlock *>(b)->incoming = nullptr; in getCyclesCount()
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.1 | 2 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
|
H A D | example.10 | 7 # block incoming connection requests to my internal network from the big bad
|
H A D | example.8 | 2 # block all incoming TCP connections but send back a TCP-RST for ones to
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_log_spacemap.c | 647 uint64_t incoming = spa_estimate_incoming_log_blocks(spa); in spa_estimate_metaslabs_to_flush() local 665 spa_log_sm_blocklimit(spa) - spa_log_sm_nblocks(spa) - incoming; in spa_estimate_metaslabs_to_flush() 694 uint64_t skip_txgs = (incoming == 0) ? in spa_estimate_metaslabs_to_flush() 696 (available_blocks / incoming) + 1); in spa_estimate_metaslabs_to_flush() 697 available_blocks -= (skip_txgs * incoming); in spa_estimate_metaslabs_to_flush() 700 ASSERT3S(available_blocks, >=, -incoming); in spa_estimate_metaslabs_to_flush()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 76 Value *incoming = P.getIncomingValueForBlock(ExitingBlocks[0]); in isLoopDead() local 84 return incoming == P.getIncomingValueForBlock(BB); in isLoopDead() 90 if (Instruction *I = dyn_cast<Instruction>(incoming)) { in isLoopDead()
|
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/ |
H A D | qcom,smp2p.txt | 65 Usage: required for incoming entries 73 Usage: required for incoming entries
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.hpux | 25 >it, but I can only see incoming data, never outgoing. 48 Subject: Re: tcpdump only shows incoming packets 55 > closer look I only get to see the incoming packets not the 77 Subject: Re: tcpdump only shows incoming packets
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | virtusertable.m4 | 22 # Virtual user table (maps incoming users)
|
/freebsd/contrib/dma/ |
H A D | README.markdown | 12 incoming connections.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/ |
H A D | invensense,mpu3050.txt | 19 incoming I2C bus, alternatively drive traffic to a slave device (usually
|
/freebsd/contrib/ntp/libparse/ |
H A D | README | 54 routines. They parse the incoming data stream from the 81 parse.c These are the general routines to parse the incoming data
|
/freebsd/sbin/natd/ |
H A D | HISTORY | 106 - Checksum for incoming packets is always recalculated 117 - Ignored incoming packets are now dropped when
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 42 is non-trivial to combine low latency (fast delivery of incoming 74 background: incoming mail will be immediately delivered by a new process 75 interactive: incoming mail will be immediately delivered by the same process 76 queue: incoming mail will be queued and delivered by a queue runner later on
|
/freebsd/contrib/libxo/doc/ |
H A D | xopo.rst | 44 ensure that incoming msgid strings are not wrapped across multiple
|