| ip_fil_compat.c | 197 	char	fr_ifnames[4][LIFNAMSIZ];  member in struct:frentry_4_1_34 247 	char	fr_ifnames[4][LIFNAMSIZ];  member in struct:frentry_4_1_16
 301 	char	fr_ifnames[4][LIFNAMSIZ];  member in struct:frentry_4_1_0
 1940 	fr->fr_ifnames[0] = -1;
 1941 	fr->fr_ifnames[1] = -1;
 1942 	fr->fr_ifnames[2] = -1;
 1943 	fr->fr_ifnames[3] = -1;
 1959 		if (old->fr_ifnames[0][0] != '\0') {
 1960 			fr->fr_ifnames[0] = nlen;
 1961 			nlen = ipf_addfrstr(names, nlen, old->fr_ifnames[0]
 [all...]
 |