Searched refs:client_state (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sbin/dhclient/
H A Ddhcpd.h176 struct client_state { struct
212 struct client_state *client;
406 void client_envadd(struct client_state *,
408 void script_set_env(struct client_state *, const char *, const char *,
410 void script_flush_env(struct client_state *);
H A Dclparse.c126 ifi->client = malloc(sizeof(struct client_state));
H A Ddhclient.c2356 script_set_env(struct client_state *client, const char *prefix,
2414 script_flush_env(struct client_state *client)
/freebsd-12-stable/usr.sbin/ypldap/
H A Dypldap.h72 enum client_state { enum
93 enum client_state idm_state;
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c81 struct client_state { struct
106 struct client_state *states;
114 struct client_state *cs = ctx;
128 struct client_state *cs = ctx;
342 states = calloc(cfg_n_connections, sizeof(struct client_state));
/freebsd-12-stable/contrib/libevent/test/
H A Dtest-ratelim.c81 struct client_state { struct
106 struct client_state *states;
114 struct client_state *cs = ctx;
128 struct client_state *cs = ctx;
344 states = calloc(cfg_n_connections, sizeof(struct client_state));

Completed in 203 milliseconds