Searched refs:algoname (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 463 if (strlen(*av) > sizeof(xi.algoname)) in table_create() 465 strlcpy(xi.algoname, *av, sizeof(xi.algoname)); in table_create() 481 if (xi.algoname[0] == '\0' && xi.type == 0) in table_create() 500 xi.algoname[0] != '\0' && strcmp(xi.algoname, in table_create() 501 xie.algoname) != 0) || xi.flags != xie.flags) in table_create() 801 printf(" algorithm: %s\n", i->algoname); in table_show_info() 1997 printf("--- %s ---\n", info->algoname); in ipfw_list_ta()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 1838 aname = i->algoname; in create_table() 1840 strnlen(aname, sizeof(i->algoname)) == sizeof(i->algoname)) in create_table() 2087 ta->print_config(tc->astate, ti, i->algoname, in export_table_info() 2088 sizeof(i->algoname)); in export_table_info() 2090 strlcpy(i->algoname, ta->name, sizeof(i->algoname)); in export_table_info() 2730 strlcpy(i->algoname, ta->name, sizeof(i->algoname)); in list_table_algo()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 990 char algoname[64]; /* algorithm name */ member 1016 char algoname[64]; /* algorithm name */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 990 char algoname[64]; /* algorithm name */ member 1016 char algoname[64]; /* algorithm name */ member
|