OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:netlink_fd
(Results
1 - 2
of
2
) sorted by null
/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/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
...]
Completed in 39 milliseconds