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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_event.c 100 S32 skfd; local
103 skfd = socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
104 if (skfd < 0)
112 if (bind(skfd, (struct sockaddr *) &local, sizeof(local)) < 0)
114 close(skfd);
118 return skfd;
121 static inline VOID IpcEvent_Sockets_Close(S32 skfd)
123 close(skfd);
ipc_sta.c 103 static inline VOID IpcSta_Sockets_Close(S32 skfd)
105 close(skfd);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_event.c 100 S32 skfd; local
103 skfd = socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE);
104 if (skfd < 0)
112 if (bind(skfd, (struct sockaddr *) &local, sizeof(local)) < 0)
114 close(skfd);
118 return skfd;
121 static inline VOID IpcEvent_Sockets_Close(S32 skfd)
123 close(skfd);
ipc_sta.c 103 static inline VOID IpcSta_Sockets_Close(S32 skfd)
105 close(skfd);
  /external/ppp/pppd/
sys-linux.c 2701 int skfd; local
2752 int skfd; local
2847 int skfd; local
    [all...]

Completed in 54 milliseconds