| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_s_accept.pod | 44 waits for an incoming connection. 54 incoming connection. 76 will be duplicated and prepended to the chain when an incoming 94 and subsequent calls to BIO_do_accept() will await an incoming 100 incoming connection before processing I/O calls. When an accept 107 an initial accept socket will await an incoming connection then 116 incoming connections. This can be done by waiting for a connection and 123 again which can be used to await further incoming connections. 129 however because the accept BIO will still accept additional incoming 134 called to await an incoming connection it is possible for [all …]
|
| /NextBSD/share/examples/ipfilter/ |
| HD | ipf.conf.restrictive | 18 # 100 incoming ed1 20 # 200 incoming fxp0 29 # incoming ed1 traffic - group 100 43 # allow incoming ftp-data 63 # incoming traffic on fxp0 - group 200
|
| HD | firewall.2 | 34 # Block all incoming UDP traffic except talk and DNS traffic. NFS 44 # Block all incoming TCP traffic connections to known services, 51 # Allow incoming TCP connections to ports between 1024 and 5000, as 60 # Now allow various incoming TCP connections to particular hosts, TCP
|
| HD | firewall.1 | 31 # Block any incoming traffic to NFS ports, to the RPC portmapper, and
|
| /NextBSD/contrib/libreadline/ |
| HD | text.c | 631 char incoming[MB_LEN_MAX + 1]; local 643 incoming[0] = c; 644 incoming[1] = '\0'; 673 incoming[0] = pending_bytes[0]; 674 incoming[1] = '\0'; 684 incoming[0] = '\0'; 694 memcpy (incoming, pending_bytes, pending_bytes_length); 695 incoming[pending_bytes_length] = '\0'; 713 strncpy (string + i, incoming, incoming_length); 742 strncpy (string + i, incoming, incoming_length); [all …]
|
| /NextBSD/sys/netinet/libalias/ |
| HD | HISTORY | 6 - Host accepts incoming connections for ports 0 to 1023. 12 - Generalized mechanism for handling incoming 22 - Corrected error in handling incoming UDP packets 97 to support multiple incoming addresses and static 101 - Now supports outgoing as well as incoming ICMP
|
| /NextBSD/usr.sbin/ppp/ |
| HD | README.nat | 144 Set to "yes" to disable all incoming connections. This just drops 147 all incoming TCP and UDP requests, making the NAT software a 149 all incoming connections to telnetd, ftpd, etc. 206 This command allows incoming traffic to <nat port> on the host 231 The above command would redirect all incoming traffic to 241 then incoming traffic will be directed to the last 257 ICMP error messages are currently handled only in the incoming direction. 269 host address, outgoing NAT and incoming de-NATing). 298 PPP host accepts incoming connections for ports 0 to 1023. 304 - Generalised mechanism for handling incoming connections [all …]
|
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | props.c | 359 const svn_string_t *incoming, in generate_conflict_message() argument 366 SVN_ERR_ASSERT_NO_RETURN(incoming != NULL); in generate_conflict_message() 371 SVN_ERR_ASSERT_NO_RETURN(!svn_string_compare(mine, incoming)); in generate_conflict_message() 392 if (incoming == NULL) in generate_conflict_message() 517 const svn_string_t *incoming, in prop_conflict_new() argument 531 buf = generate_conflict_message(propname, original, mine, incoming, in prop_conflict_new() 538 if (incoming == NULL) in prop_conflict_new() 539 incoming = svn_string_create_empty(scratch_pool); in prop_conflict_new() 578 incoming_is_binary = svn_io_is_binary_data(incoming->data, incoming->len); in prop_conflict_new() 588 SVN_ERR(svn_diff_mem_string_diff3(&diff, incoming_base, mine, incoming, in prop_conflict_new() [all …]
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | LoopDeletion.cpp | 93 Value *incoming = P->getIncomingValueForBlock(exitingBlocks[0]); in isLoopDead() local 100 if (incoming != P->getIncomingValueForBlock(exitingBlocks[i])) in isLoopDead() 104 if (Instruction *I = dyn_cast<Instruction>(incoming)) in isLoopDead()
|
| /NextBSD/contrib/ofed/management/doc/ |
| HD | ibtracer.txt | 33 incoming port. As a result of this, it is the expected incoming port 38 reached. As the hops to the destination are walked, the incoming ports are 77 -v option displays entire path. Note that the incoming (rather than outgoing)
|
| /NextBSD/release/picobsd/floppy.tree/etc/ |
| HD | rc.firewall | 50 # Allow setup of incoming email 103 # Allow setup of incoming email 112 # Reject&Log all setup of incoming connections from the outside
|
| /NextBSD/contrib/ipfilter/rules/ |
| HD | example.1 | 2 # block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
|
| HD | example.10 | 7 # block incoming connection requests to my internal network from the big bad
|
| HD | example.8 | 2 # block all incoming TCP connections but send back a TCP-RST for ones to
|
| /NextBSD/contrib/libpcap/ |
| HD | pcap-usb-linux.c | 483 int incoming=0; in usb_read_linux() local 545 incoming = 1; in usb_read_linux() 548 incoming = !incoming; in usb_read_linux() 551 if (incoming) in usb_read_linux()
|
| /NextBSD/usr.bin/svn/lib/libserf/ |
| HD | Makefile | 12 headers_buckets.c incoming.c iovec_buckets.c limit_buckets.c \
|
| /NextBSD/release/picobsd/floppy.tree/etc/ppp/ |
| HD | ppp.secret.sample | 5 # This file is used to authenticate incoming connections.
|
| /NextBSD/contrib/dma/ |
| HD | README.markdown | 12 incoming connections.
|
| /NextBSD/contrib/gcc/ |
| HD | var-tracking.c | 2769 rtx incoming = DECL_INCOMING_RTL (parm); in vt_add_function_parameters() local 2780 if (!decl_rtl || !incoming) in vt_add_function_parameters() 2783 if (GET_MODE (decl_rtl) == BLKmode || GET_MODE (incoming) == BLKmode) in vt_add_function_parameters() 2786 if (!vt_get_decl_and_offset (incoming, &decl, &offset)) in vt_add_function_parameters() 2797 if (REG_P (incoming)) in vt_add_function_parameters() 2799 gcc_assert (REGNO (incoming) < FIRST_PSEUDO_REGISTER); in vt_add_function_parameters() 2800 attrs_list_insert (&out->regs[REGNO (incoming)], in vt_add_function_parameters() 2801 parm, offset, incoming); in vt_add_function_parameters() 2802 set_variable_part (out, incoming, parm, offset); in vt_add_function_parameters() 2804 else if (MEM_P (incoming)) in vt_add_function_parameters() [all …]
|
| /NextBSD/sbin/natd/ |
| HD | HISTORY | 106 - Checksum for incoming packets is always recalculated 117 - Ignored incoming packets are now dropped when
|
| /NextBSD/contrib/ntp/libparse/ |
| HD | README | 54 routines. They parse the incoming data stream from the 81 parse.c These are the general routines to parse the incoming data
|
| /NextBSD/sys/netpfil/ipfw/ |
| HD | ip_fw_pfil.c | 411 ipfw_divert(struct mbuf **m0, int incoming, struct ipfw_rule_ref *rule, in ipfw_divert() argument 497 ip_divert_ptr(clone, incoming); in ipfw_divert()
|
| /NextBSD/etc/etc.mips/ |
| HD | ttys | 19 # Other common values include dialup for incoming modem ports, and
|
| /NextBSD/share/examples/ppp/ |
| HD | ppp.secret.sample | 5 # This file is used to authenticate incoming connections.
|
| /NextBSD/contrib/tcp_wrappers/ |
| HD | BLURB | 3 With this package you can monitor and filter incoming requests for the
|