Home
last modified time | relevance | path

Searched refs:client_state (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1293 struct client_state { struct
1294 struct client_state *next; argument
1352 void (*v6_handler)(struct packet *, struct client_state *); argument
1364 struct client_state *client; argument
1369 struct client_state *client;
1426 struct client_state *client;
1878 struct client_state *,
1895 struct client_state *client_state,
1903 struct client_state *,
1911 struct client_state *client_state,
[all …]
H A Dtree.h301 struct client_state; /* forward */
311 struct lease *, struct client_state *,
315 struct lease *, struct client_state *,
328 struct lease *, struct client_state *,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dtree.c505 int evaluate_expression (result, packet, lease, client_state, in evaluate_expression() argument
510 struct client_state *client_state;
592 client_state,
618 lease, client_state, in_options, cfg_options, &ns,
629 (&bv -> value.boolean, packet, lease, client_state,
636 (&bv -> value.intval, packet, lease, client_state,
643 (&bv -> value.data, packet, lease, client_state,
699 int evaluate_boolean_expression (result, packet, lease, client_state, in evaluate_boolean_expression() argument
704 struct client_state *client_state;
734 sleft = evaluate_expression (&bv, packet, lease, client_state,
[all …]
H A Doptions.c553 struct lease *lease, struct client_state *client_state, in cons_options()
588 client_state, in_options, in cons_options()
636 if (client_state == NULL) { in cons_options()
641 inpacket, lease, client_state, in cons_options()
831 inpacket, lease, client_state, in cons_options()
903 struct client_state *dummy_client_state, in vsio_options()
1249 struct client_state *client_state, in store_options()
1405 client_state, in store_options()
550 cons_options(struct packet * inpacket,struct dhcp_packet * outpacket,struct lease * lease,struct client_state * client_state,int mms,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,int overload_avail,int terminate,int bootpp,struct data_string * prl,const char * vuname) cons_options() argument
1246 store_options(int * ocount,unsigned char * buffer,unsigned index,unsigned buflen,struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,unsigned * priority_list,int priority_len,unsigned first_cutoff,int second_cutoff,int terminate,const char * vuname) store_options() argument
2287 get_option(result,universe,packet,lease,client_state,in_options,cfg_options,options,scope,code,file,line) get_option() argument
2322 get_option_int(result,universe,packet,lease,client_state,in_options,cfg_options,options,scope,code,file,line) get_option_int() argument
3057 store_option(struct data_string * result,struct universe * universe,struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct option_cache * oc) store_option() argument
3125 option_space_encapsulate(result,packet,lease,client_state,in_options,cfg_options,scope,name) option_space_encapsulate() argument
3176 search_subencapsulation(struct data_string * result,struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * universe) search_subencapsulation() argument
3213 hashed_option_space_encapsulate(result,packet,lease,client_state,in_options,cfg_options,scope,universe) hashed_option_space_encapsulate() argument
3256 nwip_option_space_encapsulate(result,packet,lease,client_state,in_options,cfg_options,scope,universe) nwip_option_space_encapsulate() argument
3381 fqdn_option_space_encapsulate(result,packet,lease,client_state,in_options,cfg_options,scope,universe) fqdn_option_space_encapsulate() argument
3534 fqdn6_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) fqdn6_option_space_foreach() argument
3557 fqdn6_option_space_encapsulate(struct data_string * result,struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * universe) fqdn6_option_space_encapsulate() argument
3754 option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) option_space_foreach() argument
3773 suboption_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *),struct option_cache * oc,const char * vsname) suboption_foreach() argument
3797 hashed_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) hashed_option_space_foreach() argument
3877 linked_option_space_encapsulate(result,packet,lease,client_state,in_options,cfg_options,scope,universe) linked_option_space_encapsulate() argument
3979 linked_option_space_foreach(struct packet * packet,struct lease * lease,struct client_state * client_state,struct option_state * in_options,struct option_state * cfg_options,struct binding_scope ** scope,struct universe * u,void * stuff,void (* func)(struct option_cache *,struct packet *,struct lease *,struct client_state *,struct option_state *,struct option_state *,struct binding_scope **,struct universe *,void *)) linked_option_space_foreach() argument
4569 parse_vendor_option(packet,lease,client_state,in_options,out_options,scope) parse_vendor_option() argument
[all...]
H A Dexecute.c40 int execute_statements (result, packet, lease, client_state, in execute_statements() argument
46 struct client_state *client_state;
76 client_state, in_options,
143 (&e, packet, lease, client_state,
152 (result, packet, lease, client_state,
173 lease, client_state, in_options,
185 (result, packet, lease, client_state,
196 (NULL, packet, lease, client_state, in_options,
233 lease, client_state, in_options,
289 lease, client_state, in_options,
[all …]
H A Dprint.c229 struct client_state *client, in dump_packet_option()
285 (struct client_state *)0,
H A Ddiscover.c1293 interface -> client = (struct client_state *)0;
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c82 void init_handler(struct packet *packet, struct client_state *client);
83 void info_request_handler(struct packet *packet, struct client_state *client);
84 void rapid_commit_handler(struct packet *packet, struct client_state *client);
88 void reply_handler(struct packet *packet, struct client_state *client);
89 static isc_result_t dhc6_create_iaid(struct client_state *client,
95 static isc_result_t dhc6_bare_ia_xx(struct client_state *client,
99 static isc_result_t dhc6_add_ia_na(struct client_state *client,
105 static isc_result_t dhc6_add_ia_ta(struct client_state *client,
111 static isc_result_t dhc6_add_ia_pd(struct client_state *client,
122 static void start_bound(struct client_state *client);
[all …]
H A Ddhclient.c251 static int send_dhcpv4_query(struct client_state *client, int broadcast);
324 struct client_state *client; in main()
1087 struct client_state *client; in run_stateless()
1254 struct client_state *client = cpp;
1307 struct client_state *client = cpp;
1331 struct client_state *client;
1384 struct client_state *client = cpp;
1396 struct client_state *client; in start_v6only()
1432 struct client_state *client = cpp;
1538 struct client_state *client;
[all …]
H A Dclparse.c240 ip -> client = (struct client_state *) in read_client_conf()
241 dmalloc (sizeof (struct client_state), MDL); in read_client_conf()
959 struct client_state *client, **cp;
1070 struct client_state **state; in make_client_state()
1072 *state = ((struct client_state *)dmalloc (sizeof **state, MDL));
1079 struct client_state *client; in make_client_config()
1111 struct client_state *client = (struct client_state *)0;
1225 struct client_state **clientp;
1231 struct client_state *client = (struct client_state *)0;
1379 struct client_state *client = NULL; in parse_client6_lease_statement()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcp.c208 (struct client_state *)0, in dhcp()
482 (struct client_state *)0,
518 (struct client_state *)0,
809 (struct client_state *)0,
957 (struct client_state *)0,
1033 (struct client_state *)0,
1486 (struct client_state *)0,
1506 (struct client_state *)0,
1571 (struct client_state *)0,
1611 (struct client_state *)0,
[all …]
H A Dbootp.c262 (struct client_state *)0, 0,
290 (struct client_state *)0,
300 (struct client_state *)0,
322 (struct client_state *)0,
338 (struct client_state *)0,
H A Dclass.c94 (struct client_state *)0,
117 (struct client_state *)0,
H A Dldap.c1120 (struct client_state *) NULL, options, in _do_lookup_dhcp_string_option()
1153 (struct client_state *) NULL, options, in _do_lookup_dhcp_int_option()
1181 (struct client_state *) NULL, options, in _do_lookup_dhcp_enum_option()
H A Ddb.c387 (struct client_state *)0,
H A Dfailover.c244 (struct client_state *)0, in dhcp_failover_link_initiate()
273 (struct client_state *)0, in dhcp_failover_link_initiate()
3258 (struct client_state *)0, in dhcp_failover_state_get_value()
3680 (struct client_state *)0, in dhcp_failover_state_match()
H A Domapi.c1143 (struct client_state *)0, in dhcp_host_get_value()
1289 (struct client_state *)0, in dhcp_host_stuff_values()
H A Dmdb.c755 (struct client_state *)0, in find_host_for_network()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtest-ratelim.c86 struct client_state { struct
123 struct client_state *states;
131 struct client_state *cs = ctx; in loud_writecb()
145 struct client_state *cs = ctx; in discard_readcb()
430 states = calloc(cfg_n_connections, sizeof(struct client_state)); in test_ratelimiting()
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-2021203 * server.h (struct client_state): Initialize memory tagging flag.
5956 * server.h (struct client_state) <disable_randomization>:
6202 moved to client_state.
6224 * server.h (struct client_state): New.
6230 Moved to client_state.
6232 (transport_is_reliable): Moved to client_state.
6233 * tracepoint.c (current_traceframe): Moved to client_state.
6237 linux-low.c, remote-utils.h, target.c: Use client_state.