HomeSort by relevance Sort by last modified time
    Searched refs:netmask_str (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ipcp.c 98 static char netmask_str[20]; /* string form of netmask value */ variable
214 "set netmask", OPT_PRIO | OPT_A2STRVAL | OPT_STATIC, netmask_str },
523 slprintf(netmask_str, sizeof(netmask_str), "%I", mask);
    [all...]
  /external/python/cpython3/Lib/
ipaddress.py 472 def _report_invalid_netmask(cls, netmask_str):
473 msg = '%r is not a valid netmask' % netmask_str
    [all...]

Completed in 177 milliseconds