Searched refs:executable_statement (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | statement.h | 31 struct executable_statement { struct 33 struct executable_statement *next; argument 61 struct executable_statement *tc, *fc; argument 71 struct executable_statement *statements; 78 struct executable_statement *statements; 82 struct executable_statement *statements; 88 struct executable_statement *statements;
|
H A D | dhcpd.h | 552 struct executable_statement *on_expiry; 553 struct executable_statement *on_commit; 554 struct executable_statement *on_release; 968 struct executable_statement *statements; 1130 struct executable_statement *statements; 2279 int parse_executable_statement (struct executable_statement **, 2282 int parse_executable_statements (struct executable_statement **, 2287 int parse_on_statement (struct executable_statement **, 2289 int parse_switch_statement (struct executable_statement **, 2291 int parse_case_statement (struct executable_statement **, [all …]
|
H A D | tree.h | 98 struct executable_statement *statements;
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | execute.c | 50 struct executable_statement *statements; 53 struct executable_statement *r, *e, *next; 636 struct executable_statement **ptr; in executable_statement_dereference() 652 *ptr = (struct executable_statement *)0; 760 *ptr = (struct executable_statement *)0; 766 struct executable_statement *statements; 772 struct executable_statement *r, *x; 1047 int find_matching_case (struct executable_statement **ep, in find_matching_case() 1054 struct executable_statement *stmt) in find_matching_case() 1057 struct executable_statement *s; in find_matching_case() [all …]
|
H A D | alloc.c | 964 struct executable_statement **ptr; in executable_statement_allocate() 968 struct executable_statement *bp; 978 struct executable_statement **ptr; in executable_statement_reference() 979 struct executable_statement *bp; 996 *ptr = (struct executable_statement *)0;
|
H A D | parse.c | 2085 struct executable_statement **statements; in parse_executable_statements() 2090 struct executable_statement **next; 2101 struct executable_statement **result; in parse_executable_statement() 3112 struct executable_statement **result; in parse_on_statement() 3192 struct executable_statement **result; in parse_switch_statement() 3260 struct executable_statement **result; in parse_case_statement() 3307 struct executable_statement **result; in parse_if_statement() 3426 (*result) -> data.ie.fc = (struct executable_statement *)0; 4887 struct executable_statement **result; in parse_option_statement()
|
H A D | tree.c | 383 struct executable_statement **result; in make_let()
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | class.c | 36 struct executable_statement *default_classification_rules; 45 default_classification_rules = (struct executable_statement *)0; in classification_setup()
|
H A D | confpars.c | 373 struct executable_statement *et, *ep; 780 et = (struct executable_statement *)0; 829 et = (struct executable_statement *)0; 868 ep = (struct executable_statement *)0; 2234 struct executable_statement *stmt = NULL; 3145 struct executable_statement *on; in parse_lease_declaration() 3489 on = (struct executable_statement *)0; in parse_lease_declaration() 4768 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_na_declaration() 5216 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_ta_declaration() 5654 struct executable_statement *on_star[2] = {NULL, NULL}; in parse_ia_pd_declaration()
|
H A D | mdb.c | 128 static int find_uid_statement (struct executable_statement *esp, in find_uid_statement() 131 struct executable_statement **evp = vp; in find_uid_statement() 232 struct executable_statement *esp;
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | clparse.c | 415 struct executable_statement *stmt; 831 stmt = (struct executable_statement *)0; 839 struct executable_statement **eptr, *sptr; 846 sptr = (struct executable_statement *)0;
|