Home
last modified time | relevance | path

Searched refs:fr_group (Results 1 – 9 of 9) sorted by relevance

/dports/net/miniupnpd/miniupnpd-2.1.20200510/ipf/
H A Dipfrdr.c616 fr.fr_group = fr.fr_namelen; in add_filter_rule2()
617 strlcpy(fr.fr_names + fr.fr_group, group_name, FR_GROUPLEN); in add_filter_rule2()
620 strlcpy(fr.fr_group, group_name, sizeof(fr.fr_group)); in add_filter_rule2()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/ipf/
H A Dipfrdr.c616 fr.fr_group = fr.fr_namelen; in add_filter_rule2()
617 strlcpy(fr.fr_names + fr.fr_group, group_name, FR_GROUPLEN); in add_filter_rule2()
620 strlcpy(fr.fr_group, group_name, sizeof(fr.fr_group)); in add_filter_rule2()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/ipf/
H A Dipfrdr.c616 fr.fr_group = fr.fr_namelen; in add_filter_rule2()
617 strlcpy(fr.fr_names + fr.fr_group, group_name, FR_GROUPLEN); in add_filter_rule2()
620 strlcpy(fr.fr_group, group_name, sizeof(fr.fr_group)); in add_filter_rule2()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/ipf/
H A Dipfrdr.c616 fr.fr_group = fr.fr_namelen; in add_filter_rule2()
617 strlcpy(fr.fr_names + fr.fr_group, group_name, FR_GROUPLEN); in add_filter_rule2()
620 strlcpy(fr.fr_group, group_name, sizeof(fr.fr_group)); in add_filter_rule2()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_fil_compat.c244 char fr_group[FR_GROUPLEN]; member
298 char fr_group[FR_GROUPLEN]; member
1947 fr->fr_group = -1; in frentry_4_1_34_to_current()
1997 fr->fr_group = nlen; in frentry_4_1_34_to_current()
2076 fr->fr_group = -1; in frentry_4_1_16_to_current()
2125 fr->fr_group = nlen; in frentry_4_1_16_to_current()
2206 fr->fr_group = -1; in frentry_4_1_0_to_current()
2255 fr->fr_group = nlen; in frentry_4_1_0_to_current()
3763 strncpy(old->fr_group, fr->fr_names + fr->fr_group, in frentry_current_to_4_1_34()
3856 strncpy(old->fr_group, fr->fr_names + fr->fr_group, in frentry_current_to_4_1_16()
[all …]
H A Dfil.c2506 if (fr->fr_group != -1) { in ipf_scanlist()
2508 FR_NAME(fr, fr_group), in ipf_scanlist()
2509 strlen(FR_NAME(fr, fr_group))); in ipf_scanlist()
2527 if (fr->fr_group != -1) in ipf_scanlist()
2530 fr->fr_group, in ipf_scanlist()
2532 fr->fr_group)); in ipf_scanlist()
4482 if (fp->fr_group != -1) { in frrequest()
4483 if ((fp->fr_group < 0) || in frrequest()
4484 (fp->fr_group >= fp->fr_namelen)) { in frrequest()
4494 group = FR_NAME(fp, fr_group); in frrequest()
[all …]
H A Dip_fil.h753 int fr_group; /* group to which this rule belongs */ member
H A Dip_state.c1660 (void) strncpy(is->is_group, FR_NAME(fr, fr_group), in ipf_state_add()
3332 (void) strncpy(fin->fin_group, FR_NAME(fr, fr_group), in ipf_state_check()
/dports/biology/seaview/seaview/
H A Dtrees.cxx892 Fl_Group *fr_group = new Fl_Group(0, y, w->w(), 75, ""); in phyml_dialog() local
921 fr_group->end(); in phyml_dialog()
922 if (!view->protein) mymodel->callback(model_callback, fr_group); in phyml_dialog()
1043 Fl_Group *fr_group = (Fl_Group*)data; in model_callback() local
1044 Fl_Group *f_group = (Fl_Group *)fr_group->child(0); in model_callback()
1045 Fl_Group *r_group = (Fl_Group *)fr_group->child(1); in model_callback()