Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1204 char *pdel, *pend, *s; in chash_parse_opts() local
1212 if ((pdel = strchr(data, ' ')) == NULL) in chash_parse_opts()
1214 while (*pdel == ' ') in chash_parse_opts()
1215 pdel++; in chash_parse_opts()
1216 if (strncmp(pdel, "masks=", 6) != 0) in chash_parse_opts()
1218 if ((s = strchr(pdel, ' ')) != NULL) in chash_parse_opts()
1221 pdel += 6; in chash_parse_opts()
1223 if (*pdel++ != '/') in chash_parse_opts()
1225 mask4 = strtol(pdel, &pend, 10); in chash_parse_opts()
1228 pdel = pend + 1; in chash_parse_opts()
[all …]