Home
last modified time | relevance | path

Searched refs:sockfd (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/bluetooth/
Dbluetooth_hci.cc59 int sockfd[2]; in initialize() local
60 socketpair(AF_LOCAL, SOCK_STREAM, 0, sockfd); in initialize()
61 int shim_fd = sockfd[0]; in initialize()
62 int for_hci = sockfd[1]; in initialize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c972 makesockaddr(int sockfd, struct sockaddr *addr, int addrlen, int proto) in makesockaddr() argument
1114 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c1030 makesockaddr(int sockfd, struct sockaddr *addr, int addrlen, int proto) in makesockaddr() argument
1172 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr()