/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | socket.py | 185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None): argument 219 family = property(lambda self: self._sock.family, doc="the socket family") variable in _socketobject
|
D | asyncore.py | 292 def create_socket(self, family, type): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | socket.py | 189 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None): argument 223 family = property(lambda self: self._sock.family, doc="the socket family") variable in _socketobject
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getnameinfo.c | 110 int family, len, i; local
|
D | socketmodule.c | 725 SOCKET_T fd, int family, int type, int proto) in init_sockobject() 754 new_sockobject(SOCKET_T fd, int family, int type, int proto) in new_sockobject() 3096 int family = AF_INET, type = SOCK_STREAM, proto = 0; local 3622 int family, type = SOCK_STREAM, proto = 0; local 3678 int family, type, proto = 0; local 4063 int family, socktype, protocol, flags; local
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getnameinfo.c | 184 int family, i; in getnameinfo_inet() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 783 SOCKET_T fd, int family, int type, int proto) in init_sockobject() 812 new_sockobject(SOCKET_T fd, int family, int type, int proto) in new_sockobject() 3183 int family = AF_INET, type = SOCK_STREAM, proto = 0; local 3704 int family, type = SOCK_STREAM, proto = 0; local 3760 int family, type, proto = 0; local 4145 int family, socktype, protocol, flags; local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_support.py | 228 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
|
D | test_socket.py | 20 def try_address(host, port=0, family=socket.AF_INET): argument
|
/device/google/dragon/recovery/updater/ |
D | ec_commands.h | 3377 uint8_t family[2]; member 3385 #define MCDP_FAMILY(family) ((family[0] << 8) | family[1]) argument
|