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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c97 static char netmask_str[20]; /* string form of netmask value */ variable
213 "set netmask", OPT_PRIO | OPT_A2STRVAL | OPT_STATIC, netmask_str },
515 slprintf(netmask_str, sizeof(netmask_str), "%I", mask);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipcp.c69 static char netmask_str[20]; /* string form of netmask value */ variable
185 "set netmask", OPT_PRIO | OPT_A2STRVAL | OPT_STATIC, netmask_str },
479 slprintf(netmask_str, sizeof(netmask_str), "%I", mask);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c3406 const char *netmask_str = iplist->IpMask.String; local
3410 if (ip_str && netmask_str && strlen (ip_str) && strlen (netmask_str))
3413 *netmask = getaddr (getaddr_flags, netmask_str, 0, &succeed2, NULL);
H A Doptions.c1235 const char *netmask_str,
1244 if (netmask_str)
1246 const in_addr_t netmask = getaddr (GETADDR_HOST_ORDER, netmask_str, 0, NULL, NULL);
1251 netmask_str);
1233 option_iroute(struct options *o, const char *network_str, const char *netmask_str, int msglevel) argument

Completed in 107 milliseconds