Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table_algo.c1198 char *pdel, *pend, *s; in chash_parse_opts() local
1206 if ((pdel = strchr(data, ' ')) == NULL) in chash_parse_opts()
1208 while (*pdel == ' ') in chash_parse_opts()
1209 pdel++; in chash_parse_opts()
1210 if (strncmp(pdel, "masks=", 6) != 0) in chash_parse_opts()
1212 if ((s = strchr(pdel, ' ')) != NULL) in chash_parse_opts()
1215 pdel += 6; in chash_parse_opts()
1217 if (*pdel++ != '/') in chash_parse_opts()
1219 mask4 = strtol(pdel, &pend, 10); in chash_parse_opts()
1222 pdel = pend + 1; in chash_parse_opts()
[all …]