Home
last modified time | relevance | path

Searched defs:client_state (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Doptions.c550 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
576 lease, client_state, in_options, out_options, in execute_statements_in_scope() argument
1049 struct client_state *client_state, in find_matching_case()
H A Dtree.c505 int evaluate_expression (result, packet, lease, client_state, in evaluate_expression() argument
699 int evaluate_boolean_expression (result, packet, lease, client_state, in evaluate_boolean_expression() argument
1131 int evaluate_data_expression (result, packet, lease, client_state, in evaluate_data_expression() argument
2234 int evaluate_numeric_expression (result, packet, lease, client_state, in evaluate_numeric_expression() argument
2704 int evaluate_option_cache (result, packet, lease, client_state, in evaluate_option_cache() argument
2739 lease, client_state, in_options, in evaluate_boolean_option_cache() argument
2785 int evaluate_boolean_expression_result (ignorep, packet, lease, client_state, in evaluate_boolean_expression_result() argument
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1293 struct client_state { struct
1294 struct client_state *next; argument
1295 struct interface_info *interface;
1296 char *name;
1299 struct client_config *config; /* Client configuration. */
1300 struct string_list *env; /* Client script environment. */
1301 int envc; /* Number of entries in environment. */
1302 struct option_state *sent_options; /* Options we sent. */
1303 enum dhcp_state state; /* Current state for this interface. */
1304 TIME last_write; /* Last time this state was written. */
[all …]
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtest-ratelim.c86 struct client_state { struct
87 size_t queued;
88 ev_uint64_t received;
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c3843 struct client_state *client_state, in write_lease_option()
4353 struct client_state *client_state, in client_option_envadd()