HomeSort by relevance Sort by last modified time
    Searched refs:dhcpcd_ctx (Results 1 - 25 of 33) sorted by null

1 2

  /external/dhcpcd-6.8.2/
dev.h 49 int dev_initialized(struct dhcpcd_ctx *, const char *);
50 int dev_listening(struct dhcpcd_ctx *);
51 int dev_start(struct dhcpcd_ctx *);
52 void dev_stop(struct dhcpcd_ctx *);
control.h 46 struct dhcpcd_ctx *ctx;
57 int control_start(struct dhcpcd_ctx *, const char *);
58 int control_stop(struct dhcpcd_ctx *);
59 int control_open(struct dhcpcd_ctx *, const char *);
60 ssize_t control_send(struct dhcpcd_ctx *, int, char * const *);
62 void control_close(struct dhcpcd_ctx *ctx);
dhcpcd.h 61 struct dhcpcd_ctx *ctx;
85 struct dhcpcd_ctx { struct
165 int dhcpcd_oneup(struct dhcpcd_ctx *);
166 int dhcpcd_ipwaited(struct dhcpcd_ctx *);
167 pid_t dhcpcd_daemonise(struct dhcpcd_ctx *);
169 int dhcpcd_handleargs(struct dhcpcd_ctx *, struct fd_list *, int, char **);
170 void dhcpcd_handlecarrier(struct dhcpcd_ctx *, int, unsigned int, const char *);
172 void dhcpcd_handlehwaddr(struct dhcpcd_ctx *, const char *,
180 void dhcpcd_start_interface(struct dhcpcd_ctx *, const char *);
181 void dhcpcd_stop_interface(struct dhcpcd_ctx *, const char *)
    [all...]
rpc-interface.h 34 int rpc_init(struct dhcpcd_ctx *ctx);
rpc-stub.c 31 rpc_init(struct dhcpcd_ctx *ctx)
ipv4.h 73 int ipv4_init(struct dhcpcd_ctx *);
78 int ipv4_addrexists(struct dhcpcd_ctx *, const struct in_addr *);
83 void ipv4_buildroutes(struct dhcpcd_ctx *);
88 int ipv4_handlert(struct dhcpcd_ctx *, int, struct rt *);
94 struct ipv4_addr *ipv4_findaddr(struct dhcpcd_ctx *, const struct in_addr *);
95 void ipv4_handleifa(struct dhcpcd_ctx *, int, struct if_head *, const char *,
102 void ipv4_ctxfree(struct dhcpcd_ctx *);
dev.c 40 dev_initialized(struct dhcpcd_ctx *ctx, const char *ifname)
49 dev_listening(struct dhcpcd_ctx *ctx)
58 dev_stop1(struct dhcpcd_ctx *ctx, int stop)
78 dev_stop(struct dhcpcd_ctx *ctx)
85 dev_start2(struct dhcpcd_ctx *ctx, const char *name)
121 dev_start1(struct dhcpcd_ctx *ctx)
157 struct dhcpcd_ctx *ctx;
166 dev_start(struct dhcpcd_ctx *ctx)
if-sun.c 155 if_managelink(struct dhcpcd_ctx *ctx)
171 if_rarestore(struct dhcpcd_ctx *ctx)
177 if_checkipv6(struct dhcpcd_ctx *ctx, const char *ifname, int own)
ipv6nd.h 96 struct ipv6_addr *ipv6nd_findaddr(struct dhcpcd_ctx *,
106 void ipv6nd_handleifa(struct dhcpcd_ctx *, int,
111 void ipv6nd_neighbour(struct dhcpcd_ctx *, struct in6_addr *, int);
if.h 99 struct if_head *if_discover(struct dhcpcd_ctx *, int, char * const *);
102 void if_sortinterfaces(struct dhcpcd_ctx *);
117 int if_managelink(struct dhcpcd_ctx *);
151 int if_checkipv6(struct dhcpcd_ctx *ctx, const struct interface *, int);
eloop.h 64 struct dhcpcd_ctx *ctx;
106 struct eloop_ctx * eloop_init(struct dhcpcd_ctx *);
common.h 167 void logger_open(struct dhcpcd_ctx *);
169 __printflike(3, 4) void logger(struct dhcpcd_ctx *, int, const char *, ...);
170 void logger_close(struct dhcpcd_ctx *);
182 ssize_t setvar(struct dhcpcd_ctx *,
184 ssize_t setvard(struct dhcpcd_ctx *,
dhcp-common.h 112 size_t dhcp_envoption(struct dhcpcd_ctx *,
114 const uint8_t *(*dgetopt)(struct dhcpcd_ctx *,
ipv6.h 215 struct ipv6_ctx *ipv6_init(struct dhcpcd_ctx *);
232 void ipv6_handleifa(struct dhcpcd_ctx *ctx, int, struct if_head *,
239 struct ipv6_addr *ipv6_findaddr(struct dhcpcd_ctx *,
261 void ipv6_ctxfree(struct dhcpcd_ctx *);
262 int ipv6_handlert(struct dhcpcd_ctx *, int cmd, struct rt6 *);
264 void ipv6_buildroutes(struct dhcpcd_ctx *);
control.c 53 control_queue_purge(struct dhcpcd_ctx *ctx, char *data)
153 control_handle1(struct dhcpcd_ctx *ctx, int lfd, unsigned int fd_flags)
192 struct dhcpcd_ctx *ctx = arg;
200 struct dhcpcd_ctx *ctx = arg;
247 control_start1(struct dhcpcd_ctx *ctx, const char *ifname, mode_t fmode)
275 control_start(struct dhcpcd_ctx *ctx, const char *ifname)
296 control_stop(struct dhcpcd_ctx *ctx)
333 control_open(struct dhcpcd_ctx *ctx, const char *ifname)
350 control_send(struct dhcpcd_ctx *ctx, int argc, char * const *argv)
436 control_close(struct dhcpcd_ctx *ctx
    [all...]
common.c 144 logger_open(struct dhcpcd_ctx *ctx)
168 logger_close(struct dhcpcd_ctx *ctx)
179 logger(struct dhcpcd_ctx *ctx, int pri, const char *fmt, ...)
268 setvar(struct dhcpcd_ctx *ctx,
289 setvard(struct dhcpcd_ctx *ctx,
dhcp6.h 233 void dhcp6_printoptions(const struct dhcpcd_ctx *,
235 struct ipv6_addr *dhcp6_findaddr(struct dhcpcd_ctx *, const struct in6_addr *,
244 void dhcp6_handleifa(struct dhcpcd_ctx *, int, const char *,
dhcpcd.c 88 static struct dhcpcd_ctx *dhcpcd_ctx; variable in typeref:struct:dhcpcd_ctx
143 free_globals(struct dhcpcd_ctx *ctx)
199 struct dhcpcd_ctx *ctx;
212 dhcpcd_oneup(struct dhcpcd_ctx *ctx)
226 dhcpcd_ipwaited(struct dhcpcd_ctx *ctx)
247 dhcpcd_daemonise(struct dhcpcd_ctx *ctx)
336 struct dhcpcd_ctx *ctx;
606 dhcpcd_handlecarrier(struct dhcpcd_ctx *ctx, int carrier, unsigned int flags,
879 struct dhcpcd_ctx *ctx
    [all...]
if-options.h 208 struct if_options *read_config(struct dhcpcd_ctx *,
210 int add_options(struct dhcpcd_ctx *, const char *,
if-linux.c 321 get_netlink(struct dhcpcd_ctx *ctx, struct interface *ifp, int fd, int flags,
322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *))
395 if_copyrt(struct dhcpcd_ctx *ctx, struct rt *rt, struct nlmsghdr *nlm)
461 if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct nlmsghdr *nlm)
523 link_route(struct dhcpcd_ctx *ctx, __unused struct interface *ifp,
579 link_addr(struct dhcpcd_ctx *ctx, struct interface *ifp, struct nlmsghdr *nlm)
672 handle_rename(struct dhcpcd_ctx *ctx, unsigned int ifindex, const char *ifname)
690 link_neigh(struct dhcpcd_ctx *ctx, __unused struct interface *ifp,
734 link_netlink(struct dhcpcd_ctx *ctx, struct interface *ifp,
831 if_managelink(struct dhcpcd_ctx *ctx
    [all...]
dhcp.h 278 void dhcp_printoptions(const struct dhcpcd_ctx *,
280 int get_option_addr(struct dhcpcd_ctx *,struct in_addr *,
ipv4.c 148 ipv4_findaddr(struct dhcpcd_ctx *ctx, const struct in_addr *addr)
162 ipv4_addrexists(struct dhcpcd_ctx *ctx, const struct in_addr *addr)
193 ipv4_init(struct dhcpcd_ctx *ctx)
272 struct dhcpcd_ctx *ctx = rt->iface ? rt->iface->ctx : NULL;
297 ipv4_findrt(struct dhcpcd_ctx *ctx, const struct rt *rt, int flags)
331 ipv4_handlert(struct dhcpcd_ctx *ctx, int cmd, struct rt *rt)
646 ipv4_buildroutes(struct dhcpcd_ctx *ctx)
1029 ipv4_handleifa(struct dhcpcd_ctx *ctx,
1103 ipv4_ctxfree(struct dhcpcd_ctx *ctx)
if.c 180 if_hasconf(struct dhcpcd_ctx *ctx, const char *ifname)
191 static void if_learnaddrs1(struct dhcpcd_ctx *ctx, struct if_head *ifs,
253 if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv)
696 if_sortinterfaces(struct dhcpcd_ctx *ctx)
ipv6.c 127 ipv6_init(struct dhcpcd_ctx *dhcpcd_ctx)
131 if (dhcpcd_ctx->ipv6)
132 return dhcpcd_ctx->ipv6;
173 dhcpcd_ctx->ipv6 = ctx;
211 ipv6_readsecret(struct dhcpcd_ctx *ctx)
761 ipv6_findaddr(struct dhcpcd_ctx *ctx, const struct in6_addr *addr, short flags)
916 ipv6_handleifa(struct dhcpcd_ctx *ctx,
1287 ipv6_ctxfree(struct dhcpcd_ctx *ctx)
1350 ipv6_findaddrid(struct dhcpcd_ctx *ctx, uint8_t *addr
    [all...]
  /external/dhcpcd-6.8.2/dbus/
rpc-dbus.c 54 static struct dhcpcd_ctx *dhcpcd_ctx; variable in typeref:struct:dhcpcd_ctx
330 logger(dhcpcd_ctx, LOG_ERR,
332 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
339 logger(dhcpcd_ctx, LOG_ERR,
341 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
406 logger(dhcpcd_ctx, LOG_ERR,
408 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE);
415 logger(dhcpcd_ctx, LOG_ERR,
417 eloop_exit(dhcpcd_ctx->eloop, EXIT_FAILURE)
    [all...]

Completed in 401 milliseconds

1 2