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

  /external/dhcpcd/
dhcpcd.h 98 int udp_fd; member in struct:interface
net.c 220 iface->udp_fd = -1;
616 iface->udp_fd = s;
635 return sendto(iface->udp_fd, data, len, 0,
client.c 602 if (state->interface->udp_fd != -1) {
603 close(state->interface->udp_fd);
604 state->interface->udp_fd = -1;
620 state->interface->udp_fd == -1 &&
659 if (state->interface->udp_fd == -1) {
665 if (state->interface->udp_fd == -1)
    [all...]
dhcpcd.c 328 if (iface->udp_fd == -1 ||
    [all...]

Completed in 52 milliseconds