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

  /external/dhcpcd-6.8.2/
dhcpcd.h 104 int link_fd; member in struct:dhcpcd_ctx
dhcpcd.c 884 eloop_event_delete(ctx->eloop, ctx->link_fd, 0);
885 close(ctx->link_fd);
886 ctx->link_fd = -1;
    [all...]
if-bsd.c 1171 if ((bytes = read(ctx->link_fd, msg, sizeof(msg))) == -1)
    [all...]
if-linux.c 835 ctx->link_fd, MSG_DONTWAIT, &link_netlink);
    [all...]

Completed in 67 milliseconds