Searched refs:s_switch (Results 1 – 7 of 7) sorted by relevance
/netbsd/crypto/dist/ipsec-tools/src/racoon/ |
H A D | remoteconf.c | 1019 s_switch (p->send_cert)); in dump_rmconf_single() 1021 s_switch (p->send_cr)); in dump_rmconf_single() 1023 s_switch (p->match_empty_cr)); in dump_rmconf_single() 1025 s_switch (p->verify_cert)); in dump_rmconf_single() 1027 s_switch (p->verify_identifier)); in dump_rmconf_single() 1030 "force" : s_switch (p->nat_traversal)); in dump_rmconf_single() 1034 s_switch (p->passive)); in dump_rmconf_single() 1037 "force" : s_switch (p->ike_frag)); in dump_rmconf_single() 1040 s_switch (p->ini_contact)); in dump_rmconf_single() 1042 s_switch (p->gen_policy)); in dump_rmconf_single() [all …]
|
H A D | strnames.h | 74 extern char *s_switch __P((int));
|
H A D | strnames.c | 1027 s_switch (int k) in s_switch() function
|
/netbsd/external/mpl/dhcp/dist/common/ |
H A D | execute.c | 145 r->data.s_switch.expr, 146 r->data.s_switch.statements)); 685 if ((*ptr) -> data.s_switch.statements) 688 if ((*ptr) -> data.s_switch.expr) 689 expression_dereference (&(*ptr) -> data.s_switch.expr, 694 if ((*ptr) -> data.s_switch.expr) 817 r -> data.s_switch.expr, 823 write_statements (file, r -> data.s_switch.statements, 833 r -> data.s_switch.expr, 1176 (foo->data.s_switch.statements, callback, vp, 1))) in executable_statement_foreach()
|
H A D | parse.c | 3214 if (!parse_expression (&(*result) -> data.s_switch.expr, 3237 (&(*result) -> data.s_switch.statements, cfile, lose, 3238 (is_data_expression ((*result) -> data.s_switch.expr)
|
/netbsd/external/mpl/dhcp/dist/includes/ |
H A D | statement.h | 83 } s_switch; member
|
/netbsd/crypto/dist/ipsec-tools/ |
H A D | ChangeLog.old | 2054 (s_doi, s_etype, s_idtype, s_switch): New functions.
|