Searched defs:AF_INET (Results 1 - 19 of 19) sorted by path

/external/clang/test/Analysis/
H A Dtaint-generic.c154 #define AF_INET 2 /* internetwork: UDP, TCP, etc. */ macro
165 sock = socket(AF_INET, SOCK_STREAM, 0);
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py414 AF_INET = PF_INET variable
730 AF_INET = PF_INET variable
756 AF_INET = PF_INET variable
/external/python/cpython2/Lib/plat-beos5/
H A DIN.py306 AF_INET = 1 variable
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py393 AF_INET = PF_INET variable
/external/python/cpython2/Lib/plat-os2emx/
H A DSOCKET.py38 AF_INET = 2 variable
61 PF_INET = AF_INET
/external/python/cpython2/Lib/plat-unixware7/
H A DIN.py263 AF_INET = 2 variable
295 PF_INET = AF_INET
/external/python/cpython2/Lib/
H A Dssl.py144 from socket import socket, AF_INET, SOCK_STREAM, create_connection namespace
533 family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None,
/external/python/cpython2/Lib/test/
H A Dtest_socket.py24 def try_address(host, port=0, family=socket.AF_INET):
53 self.serv = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
64 self.serv = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
176 self.cli = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
190 self.cli = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
254 s = _socket.socket(_socket.AF_INET, _socket.SOCK_STREAM)
266 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
303 s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
342 socket.AF_INET
498 from socket import inet_aton as f, inet_pton, AF_INET namespace
534 from socket import inet_ntoa as f, inet_ntop, AF_INET namespace
[all...]
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/strace/xlat/
H A Daddrfams.h8 #if !(defined(AF_INET) || (defined(HAVE_DECL_AF_INET) && HAVE_DECL_AF_INET))
9 # define AF_INET 2 macro
140 XLAT(AF_INET),
/external/syslinux/core/lwip/src/include/lwip/
H A Dsockets.h120 #define AF_INET 2 macro
121 #define PF_INET AF_INET
/external/syslinux/gpxe/src/include/gpxe/
H A Dsocket.h55 #define AF_INET 1 /**< IPv4 Internet addresses */ macro
62 * @v family Address family (e.g. AF_INET)
68 case AF_INET: return "AF_INET";
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_wrapper.h33 #ifndef AF_INET
34 #define AF_INET 2 macro

Completed in 493 milliseconds