Searched refs:pdel (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1192 char *pdel, *pend, *s; local
1200 if ((pdel = strchr(data, ' ')) == NULL)
1202 while (*pdel == ' ')
1203 pdel++;
1204 if (strncmp(pdel, "masks=", 6) != 0)
1206 if ((s = strchr(pdel, ' ')) != NULL)
1209 pdel += 6;
1211 if (*pdel++ != '/')
1213 mask4 = strtol(pdel, &pend, 10);
1216 pdel
3828 char *pdel, *pend, *s; local
[all...]

Completed in 79 milliseconds