/device/google/marlin/dataservices/rmnetctl/inc/ |
librmnetctl_hndl.h | 52 * @var netlink_fd netlink file descriptor to be used 60 int netlink_fd; member in struct:rmnetctl_hndl_s
|
/device/huawei/angler/dataservices/rmnetctl/inc/ |
librmnetctl_hndl.h | 52 * @var netlink_fd netlink file descriptor to be used 60 int netlink_fd; member in struct:rmnetctl_hndl_s
|
/device/lge/bullhead/dataservices/rmnetctl/inc/ |
librmnetctl_hndl.h | 52 * @var netlink_fd netlink file descriptor to be used 60 int netlink_fd; member in struct:rmnetctl_hndl_s
|
/device/moto/shamu/dataservices/rmnetctl/inc/ |
librmnetctl_hndl.h | 52 * @var netlink_fd netlink file descriptor to be used 60 uint32_t netlink_fd; member in struct:rmnetctl_hndl_s
|
/device/google/marlin/dataservices/rmnetctl/src/ |
librmnetctl.c | 161 if (sendto(hndl->netlink_fd, 174 bytes_read = recvfrom(hndl->netlink_fd, 316 int netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local 339 netlink_fd = socket(PF_NETLINK, SOCK_RAW, RMNET_NETLINK_PROTO); 340 if (netlink_fd < MIN_VALID_SOCKET_FD) { 346 (*hndl)->netlink_fd = netlink_fd; 354 if (bind((*hndl)->netlink_fd, 357 close((*hndl)->netlink_fd); 378 close(hndl->netlink_fd); [all...] |
/device/huawei/angler/dataservices/rmnetctl/src/ |
librmnetctl.c | 158 if (sendto(hndl->netlink_fd, 171 bytes_read = recvfrom(hndl->netlink_fd, 313 int netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local 336 netlink_fd = socket(PF_NETLINK, SOCK_RAW, RMNET_NETLINK_PROTO); 337 if (netlink_fd < MIN_VALID_SOCKET_FD) { 343 (*hndl)->netlink_fd = netlink_fd; 351 if (bind((*hndl)->netlink_fd, 354 close((*hndl)->netlink_fd); 375 close(hndl->netlink_fd); [all...] |
/device/lge/bullhead/dataservices/rmnetctl/src/ |
librmnetctl.c | 159 if (sendto(hndl->netlink_fd, 172 bytes_read = recvfrom(hndl->netlink_fd, 314 int netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local 337 netlink_fd = socket(PF_NETLINK, SOCK_RAW, RMNET_NETLINK_PROTO); 338 if (netlink_fd < MIN_VALID_SOCKET_FD) { 344 (*hndl)->netlink_fd = netlink_fd; 352 if (bind((*hndl)->netlink_fd, 355 close((*hndl)->netlink_fd); 376 close(hndl->netlink_fd); [all...] |
/device/moto/shamu/dataservices/rmnetctl/src/ |
librmnetctl.c | 144 if (sendto(hndl->netlink_fd, 156 bytes_read = recvfrom(hndl->netlink_fd, 294 int pid = -1, netlink_fd = -1, return_code = RMNETCTL_LIB_ERR; local 316 netlink_fd = socket(PF_NETLINK, SOCK_RAW, RMNET_NETLINK_PROTO); 317 if (netlink_fd < MIN_VALID_SOCKET_FD) { 323 (*hndl)->netlink_fd = netlink_fd; 330 if (bind((*hndl)->netlink_fd, 333 close((*hndl)->netlink_fd); 354 close(hndl->netlink_fd); [all...] |