HomeSort by relevance Sort by last modified time
    Searched refs:fd4 (Results 1 - 3 of 3) sorted by null

  /external/libpcap/
fad-glifc.c 86 register int fd4, fd6, fd; local
103 fd4 = socket(AF_INET, SOCK_DGRAM, 0);
104 if (fd4 < 0) {
117 (void)close(fd4);
127 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
131 (void)close(fd4);
144 (void)close(fd4);
156 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) {
160 (void)close(fd4);
178 fd = fd4;
    [all...]
  /external/android-clat/
clatd.c 70 int fd6, fd4; member in struct:tun_data
295 error = tun_alloc(tunnel->device4, tunnel->fd4);
342 fd = tunnel->fd4;
401 wait_fd[1].fd = tunnel->fd4;
477 tunnel.fd4 = tun_open();
478 if(tunnel.fd4 < 0) {
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 239 [uuid(F366A6E8-E43C-4fd4-AAB0-8E6E79C73E6E)]

Completed in 96 milliseconds