Lines Matching defs:parms
115 static void ParseOption (const char* option, const char* parms);
117 static void SetupPortRedirect (const char* parms);
118 static void SetupProtoRedirect(const char* parms);
119 static void SetupAddressRedirect (const char* parms);
1326 static void ParseOption (const char* option, const char* parms)
1368 if (!parms)
1369 parms = "yes";
1371 if (!strcmp (parms, "yes"))
1374 if (!strcmp (parms, "no"))
1381 if (!parms)
1386 uNumValue = StrToPort (parms, "divert");
1390 if (parms)
1391 numValue = strtol (parms, &end, 10);
1395 if (end == parms)
1400 strValue = parms;
1406 if (parms)
1411 if (!parms)
1414 StrToAddr (parms, &addrValue);
1579 * Skip white space between name and parms.
1614 void SetupPortRedirect (const char* parms)
1635 buf = strdup (parms);
1759 SetupProtoRedirect(const char* parms)
1770 buf = strdup (parms);
1818 void SetupAddressRedirect (const char* parms)
1828 buf = strdup (parms);