/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_smtpnet.py | 11 remotePort = 465
16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/external/python/cpython2/Lib/test/ |
test_smtpnet.py | 9 remotePort = 465 14 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_smtpnet.py | 11 remotePort = 465 16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_smtpnet.py | 11 remotePort = 465 16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_smtpnet.py | 11 remotePort = 465 16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_smtpnet.py | 11 remotePort = 465 16 server = smtplib.SMTP_SSL(self.testServer, self.remotePort)
|
/external/python/cpython3/Lib/test/ |
test_smtpnet.py | 24 remotePort = 587 30 server = smtplib.SMTP(self.testServer, self.remotePort) 44 remotePort = 465 49 server = smtplib.SMTP_SSL(self.testServer, self.remotePort) 64 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context) 70 can_verify = check_ssl_verifiy(self.testServer, self.remotePort) 77 server = smtplib.SMTP_SSL(self.testServer, self.remotePort, context=context)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/ |
RawIp4Tx.c | 38 struct sockaddr_in RemotePort;
99 memset ( &RemotePort, 0, sizeof ( RemotePort ));
100 SIN_LEN ( RemotePort ) = sizeof ( RemotePort );
101 SIN_FAMILY ( RemotePort ) = AF_INET;
102 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
106 SIN_PORT ( RemotePort ) = 0;
123 (struct sockaddr *)&RemotePort,
124 sizeof ( RemotePort ));
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/ |
echosvr.py | 23 conn, (remotehost, remoteport) = s.accept()
24 print 'connected by', remotehost, remoteport
|
rpythond.py | 25 conn, (remotehost, remoteport) = s.accept()
26 print 'connected by', remotehost, remoteport
|
throughput.py | 51 conn, (host, remoteport) = s.accept()
59 print 'Done with', host, 'port', remoteport
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/ |
RawIp4Rx.c | 37 struct sockaddr_in RemotePort;
102 RemotePortLength = sizeof ( RemotePort );
107 (struct sockaddr *)&RemotePort,
118 (UINT8)SIN_ADDR ( RemotePort ),
119 (UINT8)( SIN_ADDR ( RemotePort ) >> 8 ),
120 (UINT8)( SIN_ADDR ( RemotePort ) >> 16 ),
121 (UINT8)( SIN_ADDR ( RemotePort ) >> 24 ),
122 SIN_PORT ( RemotePort ),
|
/external/python/cpython2/Demo/sockets/ |
echosvr.py | 23 conn, (remotehost, remoteport) = s.accept() 24 print 'connected by', remotehost, remoteport
|
rpythond.py | 25 conn, (remotehost, remoteport) = s.accept() 26 print 'connected by', remotehost, remoteport
|
throughput.py | 51 conn, (host, remoteport) = s.accept() 59 print 'Done with', host, 'port', remoteport
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/ |
OobTx.c | 42 struct sockaddr_in RemotePort;
106 memset ( &RemotePort, 0, sizeof ( RemotePort ));
107 SIN_LEN ( RemotePort ) = sizeof ( RemotePort );
108 SIN_FAMILY ( RemotePort ) = AF_INET;
109 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
113 SIN_PORT ( RemotePort ) = htons ( PortNumber );
118 RetVal = connect ( s, (struct sockaddr *)&RemotePort, sizeof ( RemotePort ));
[all...] |
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
ANetworkSession.h | 54 unsigned remotePort, 59 int32_t sessionID, const char *remoteHost, unsigned remotePort); 70 unsigned remotePort, 121 unsigned remotePort,
|
/external/python/cpython3/Tools/demo/ |
rpythond.py | 28 conn, (remotehost, remoteport) = s.accept() 29 print('connection from', remotehost, remoteport)
|
/tools/test/connectivity/acts/tests/google/net/arduino/connect_wifi/ |
connect_wifi.ino | 77 Serial.print("connect: udpPackets(): REMOTEPORT: "); 78 Serial.println(Udp.remotePort()); 86 Udp.beginPacket(Udp.remoteIP(), Udp.remotePort());
|
/external/iproute2/man/man8/ |
tipc-bearer.8 | 39 .RB "[ " remoteport 40 .IR REMOTEPORT " ] }" 85 .RB "[ " "localip " "| " "localport " "| " "remoteip " "| " "remoteport " "] }" 225 .BI "remoteport " REMOTEPORT
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Udp4/ |
Udp4.h | 40 UINT16 RemotePort;
98 UINT16 RemotePort;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/ |
Tcp4.h | 49 UINT16 RemotePort;
64 UINT16 RemotePort;
|
/external/syslinux/efi32/include/efi/ |
efiudp.h | 40 UINT16 RemotePort; 170 UINT16 RemotePort;
|
/external/syslinux/efi64/include/efi/ |
efiudp.h | 40 UINT16 RemotePort; 170 UINT16 RemotePort;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiudp.h | 40 UINT16 RemotePort; 170 UINT16 RemotePort;
|