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

  /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...]
  /external/libpcap/
pcap-linux.c 1392 int sock_fd = -1, arptype; local
    [all...]
  /external/dhcpcd/
if-linux.c 57 static int sock_fd; variable
126 sock_fd = _open_link_socket(&sock_nl);
127 set_cloexec(sock_fd);
128 return sock_fd;
408 if (sendmsg(sock_fd, &msg, 0) != -1)
409 r = get_netlink(sock_fd, 0, &err_netlink);

Completed in 1231 milliseconds