Home
last modified time | relevance | path

Searched defs:family (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsocket.py185 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
Dasyncore.py292 def create_socket(self, family, type): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py189 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/
Dgetnameinfo.c110 int family, len, i; local
Dsocketmodule.c725 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/
Dgetnameinfo.c184 int family, i; in getnameinfo_inet() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c783 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/
Dtest_support.py228 def find_unused_port(family=socket.AF_INET, socktype=socket.SOCK_STREAM): argument
Dtest_socket.py20 def try_address(host, port=0, family=socket.AF_INET): argument
/device/google/dragon/recovery/updater/
Dec_commands.h3377 uint8_t family[2]; member
3385 #define MCDP_FAMILY(family) ((family[0] << 8) | family[1]) argument