OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sock_fd
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
if-linux.c
64
static int
sock_fd
;
variable
133
sock_fd
= _open_link_socket(&sock_nl);
134
set_cloexec(
sock_fd
);
135
return
sock_fd
;
427
if (sendmsg(
sock_fd
, &msg, 0) != -1)
428
r = get_netlink(
sock_fd
, 0, &err_netlink);
/external/libpcap/
pcap-linux.c
1392
int
sock_fd
= -1, arptype;
local
[
all
...]
/external/ppp/pppd/
sys-linux.c
177
static int
sock_fd
= -1; /* socket for doing interface ioctls */
variable
313
sock_fd
= socket(AF_INET, SOCK_DGRAM, 0);
314
if (
sock_fd
< 0)
362
if (
sock_fd
>= 0)
363
close(
sock_fd
);
1166
if (ifunit >= 0 && ioctl(
sock_fd
, SIOCSIFMTU, (caddr_t) &ifr) < 0)
1181
if (ifunit >= 0 && ioctl(
sock_fd
, SIOCGIFMTU, (caddr_t) &ifr) < 0) {
1839
int ret,
sock_fd
;
local
[
all
...]
Completed in 264 milliseconds