Home
last modified time | relevance | path

Searched full:smb (Results 1 – 25 of 227) sorted by relevance

12345678910

/external/libcups/doc/help/
Dfirewalls.html29 …<p>Table 2 lists the ports that are used for SMB (Windows) printer sharing, typically via the Samb…
31 <div class="table"><table summary="Ports Used for SMB Printer Sharing">
32 <caption>Table 2: Ports Used for SMB Printer Sharing</caption>
37 …DP</td><td>IN+OUT</td><td>Windows Internet Naming Service (name lookup for SMB printing).</td></tr>
38 <tr><td>139&nbsp;(SMB)</td><td>TCP</td><td>IN</td><td>Windows SMB printing.</td></tr>
39 …5&nbsp;(SMBDS)</td><td>TCP</td><td>IN+OUT</td><td>Windows SMB Domain Server (authenticated SMB pri…
50 <li>DNS and mDNS are used for all printing protocols except SMB.</li>
62 …WINS)</td><td>UDP</td><td>Windows Internet Naming Service (name lookup for SMB printing).</td></tr>
63 <tr><td>139&nbsp;(SMB)</td><td>TCP</td><td>Windows SMB printing.</td></tr>
66 …<tr><td>445&nbsp;(SMBDS)</td><td>TCP</td><td>Windows SMB Domain Server (authenticated SMB printing…
/external/curl/tests/
Dsmbserver.py24 """Server for testing SMB"""
50 from impacket import smb as imp_smb
63 """Start up a TCP SMB server that serves forever
106 log.info("[SMB] setting up SMB server on port %s", options.port)
114 Test server for SMB which subclasses the impacket SMBSERVER and provides
131 self.hookSmbCommand(imp_smb.SMB.SMB_COM_NT_CREATE_ANDX,
151 log.info("[SMB] Requested share path: %s", path)
154 log.debug("[SMB] Requested disposition: %s", disposition)
177 log.debug("[SMB] User requested file '%s'", requested_file)
232 log.debug("[SMB] SmbException hit: %s", s)
[all …]
/external/curl/tests/data/
Dtest14514 SMB
12 Basic SMB test complete
20 smb
23 smb
26 Basic SMB request
29 -u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/%TESTNUMBER
40 Basic SMB test complete
Dtest44539 smb
49 … ldap://perhaps mqtt://yes pop3://mail rtsp://harder scp://copy sftp://files smb://wird smtp://send
/external/curl/lib/
Dsmb.c36 #include "smb.h"
68 * SMB handler interface
71 "SMB", /* scheme */
126 /* Append a string to an SMB message */
133 /* Append a null-terminated string to an SMB message */
140 /* SMB is mostly little endian */
166 /* SMB request state */
178 /* SMB request data */
202 infof(data, "SMB conn %p state change from %s to %s", in conn_state()
212 struct smb_request *req = data->req.p.smb; in request_state()
[all …]
/external/tcpdump/tests/
Dsmb_data_print-oobr.out3 SMB PACKET: SMBtrans2 (REPLY)
4 SMB Command = 0x32
34 SMB PACKET: SMBtrans2 (REQUEST)
35 SMB Command = 0x32
64 SMB PACKET: SMBtrans2 (REPLY)
65 SMB Command = 0x32
90 Volume=M [|smb]
97 SMB PACKET: SMBtrans2 (REQUEST)
98 SMB Command = 0x32
Dsmb_data_print-segv.out3 SMB PACKET: SMBtrans2 (REPLY)
4 SMB Command = 0x32
34 SMB PACKET: SMBtrans2 (REQUEST)
35 SMB Command = 0x32
64 SMB PACKET: SMBtrans2 (REPLY)
65 SMB Command = 0x32
90 Volume=... [|smb]
96 …ksum 0x2253 (incorrect -> 0x229b), seq 75:151, ack 168, win 253, length 76 SMB-over-TCP packet:(ra…
Dsmb_print_trans-oobr2.out7 SMB PACKET: SMBtrans (REQUEST)
8 SMB Command = 0x25
35 [|smb]
Dsmb_print_trans-oobr1.out9 SMB PACKET: SMBtrans (REQUEST)
10 SMB Command = 0x25
37 [|smb]
/external/perfetto/docs/design-docs/
Dapi-and-abi.md260 a producer process and the tracing service (SMB).
262 The SMB is a staging area to decouple data sources living in the Producer
263 and allow them to do non-blocking async writes. A SMB is small-ish, typically
265 For more architectural details about the SMB see also the
269 #### Obtaining the SMB
271 The SMB is obtained by passing a tmpfs file descriptor over the producer socket
273 The producer specifies the desired SMB size and memory layout when sending the
276 By default, the service creates the SMB and passes back its file descriptor to
285 #### SMB memory layout: pages, chunks, fragments and packets
287 The SMB is partitioned into fixed-size pages. A SMB page must be an integer
[all …]
/external/tcpdump/
Dbuild.sh4 # REMOTE, CC, CMAKE, CRYPTO and SMB.
11 : "${SMB:=no}"
56 --enable-smb="$SMB" --prefix="$PREFIX"
61 --enable-smb="$SMB" --prefix="$PREFIX" --disable-local-libpcap
70 -DWITH_CRYPTO="$CRYPTO" -DENABLE_SMB="$SMB" \
77 -DWITH_CRYPTO="$CRYPTO" -DENABLE_SMB="$SMB" \
Dbuild_matrix.sh5 # variables: BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB.
50 for SMB in $MATRIX_SMB; do
51 export SMB
53 …D_LIBPCAP=$BUILD_LIBPCAP REMOTE=${REMOTE:-?} CC=$CC CMAKE=$CMAKE CRYPTO=$CRYPTO SMB=$SMB =====" >&2
55 # BUILD_LIBPCAP, REMOTE, CC, CMAKE, CRYPTO and SMB
DINSTALL.md117 smb.h - SMB/CIFS definitions
118 smbutil.c - SMB/CIFS utility routines
/external/perfetto/include/perfetto/ext/tracing/core/
Dshared_memory_abi.h41 // SMB := "Shared Memory Buffer".
47 // The Service has one SMB for each Producer.
49 // SMB.
50 // The SMB is a staging area to decouple data sources living in the Producer
52 // The SMB is *not* the ultimate logging buffer seen by the Consumer. That one
54 // Each SMB is small, typically few KB. Its size is configurable by the producer
56 // The SMB is partitioned into fixed-size Page(s). The size of the Pages are
58 // Hence, different producers can have SMB(s) that have a different Page size
60 // lifetime of the SMB.
64 // | Producer 1 | <-> | SMB 1 [~32K - 1MB] |
[all …]
Dtracing_service.h88 // exhausts its SMB and stalls waiting for the service to catch up with
286 // Use service's default setting for SMB scraping. Currently, the default
287 // mode is to disable SMB scraping, but this may change in the future.
334 // page size used in this SMB. The producer can use this mechanism to record
335 // tracing data to an SMB even before the tracing session is started by the
337 // is incorrectly sized, the service will discard the SMB and allocate a new
339 // OnTracingSetup(). To verify that the service accepted the SMB, the producer
341 // accepted the SMB, the producer can then commit any data that is already in
342 // the SMB after the tracing session was started by the service via
371 // the service will copy uncommitted but non-empty chunks from the SMB when
Dshared_memory_arbiter.h68 // the data written to the SMB will not be consumed by the service - the SMB
154 // In the in-process case, the service will always support direct SMB patching
195 // The producer can then pass this SMB to the service when it connects (see
198 // To trace into the SMB before the service starts the tracing session, trace
/external/scapy/scapy/layers/
Dsmb.py7 SMB (Server Message Block), also known as CIFS.
15 # SMB NetLogon Response Header
51 # SMB MailSlot Protocol
53 name = "SMB Mail Slot Protocol"
60 # SMB NetLogon Protocol Response Tail SAM
62 name = "SMB Netlogon Protocol Response Tail SAM"
104 # SMB NetLogon Protocol Response Tail LM2.0
106 name = "SMB Netlogon Protocol Response Tail LM20"
133 # SMB Negociate Protocol Request Tail
135 name="SMB Negociate Protocol Request Tail"
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto127 // Use the service's default setting for SMB scraping.
139 // If provided, overrides the service's SMB scraping setting for the producer.
155 // field, and describes the SMB's page size. Note that the service may not
156 // accept this SMB (e.g. because it is too old or its size / page size are
157 // invalid) and instead allocate a new SMB which is provided in the
179 // Indicates whether the service accepted the SMB provided by the producer in
184 // Indicates to the producer that the service allows direct SMB patching of
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_mutator.cc49 grpc_socket_mutator* smb = b; in grpc_socket_mutator_compare() local
50 c = GPR_ICMP(sma->vtable, smb->vtable); in grpc_socket_mutator_compare()
52 c = sma->vtable->compare(sma, smb); in grpc_socket_mutator_compare()
Dsocket_factory_posix.cc53 grpc_socket_factory* smb = b; in grpc_socket_factory_compare() local
54 c = GPR_ICMP(sma->vtable, smb->vtable); in grpc_socket_factory_compare()
56 c = sma->vtable->compare(sma, smb); in grpc_socket_factory_compare()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_mutator.cc49 grpc_socket_mutator* smb = b; in grpc_socket_mutator_compare() local
50 c = GPR_ICMP(sma->vtable, smb->vtable); in grpc_socket_mutator_compare()
52 c = sma->vtable->compare(sma, smb); in grpc_socket_mutator_compare()
Dsocket_factory_posix.cc53 grpc_socket_factory* smb = b; in grpc_socket_factory_compare() local
54 c = GPR_ICMP(sma->vtable, smb->vtable); in grpc_socket_factory_compare()
56 c = sma->vtable->compare(sma, smb); in grpc_socket_factory_compare()
/external/curl/docs/
DURL-SYNTAX.md140 `rtmpt`, `rtmpte`, `rtmpts`, `rtsp`, `smb`, `smbs`, `smtp`, `smtps`, `telnet`,
209 RTMP 1935, RTMPS 443, RTMPT 80, RTSP 554, SCP 22, SFTP 22, SMB 445, SMBS 445,
242 network accesses over SMB/CIFS, through several different file path patterns.
357 ## SMB section in Scheme specific behaviors
358 The path part of a SMB request specifies the file to retrieve and from what
363 When uploading to SMB, the size of the file needs to be known ahead of time,
366 curl supports SMB version 1 (only)
/external/perfetto/src/tracing/ipc/producer/
Dproducer_ipc_client_impl.cc112 // Check for producer-provided SMB (used by Chrome for startup tracing). in ProducerIPCClientImpl()
118 // If the service accepts our SMB, then it must match our requested page in ProducerIPCClientImpl()
120 // layout when the SMB is provided by the producer. in ProducerIPCClientImpl()
252 // Bail out if the service failed to adopt our producer-allocated SMB. in OnConnectionInitialized()
255 PERFETTO_DLOG("Service failed adopt producer-provided SMB, disconnecting."); in OnConnectionInitialized()
329 // provides the SMB. in OnServiceRequest()
340 // Producer-provided SMB (used by Chrome for startup tracing). in OnServiceRequest()
/external/python/cpython3/Lib/test/
Dcfgparser.22 # smb.conf(5) manual page in order to understand the options listed
77 # the smb.conf man page. Do not enable this if (tcp/ip) name resolution #does
112 smb passwd file = /etc/samba/smbpasswd
116 # NOTE: Use these with 'encrypt passwords' and 'smb passwd file' above.
118 # the encrypted SMB passwords. They allow the Unix password
119 # to be kept in sync with the SMB password.
129 # Unix users can map to different SMB User names
135 ; include = /etc/samba/smb.conf.%m

12345678910