Home
last modified time | relevance | path

Searched refs:str2net (Results 1 – 25 of 80) sorted by relevance

1234

/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Difconfig.c94 if(!str2net(&address, value) || !net2str(address_str, sizeof(address_str), &address)) { in ifconfig_address()
181 …if(!str2net(&subnet, value) || !net2str(subnet_str, sizeof(subnet_str), &subnet) || subnet.type ==… in ifconfig_route()
187 …if(!str2net(&gateway, sep) || !net2str(gateway_str, sizeof(gateway_str), &gateway) || gateway.type… in ifconfig_route()
H A Dprotocol_subnet.c67 if(!str2net(&s, subnetstr)) { in add_subnet_h()
183 if(!str2net(&s, subnetstr)) { in del_subnet_h()
H A Dinfo.c253 if(!str2net(&find, item)) { in info_subnet()
277 if(n != 4 || !str2net(&subnet, netstr)) { in info_subnet()
H A Dsubnet.h84 extern bool str2net(subnet_t *subnet, const char *netstr);
H A Dconf.c203 if(!str2net(&subnet, cfg->value)) { in get_config_subnet()
H A Dsubnet_parse.c217 bool str2net(subnet_t *subnet, const char *subnetstr) { in str2net() function
H A Dnet_setup.c625 if(!str2net(s, DEFAULT_BROADCAST_SUBNETS[i])) { in setup_myself_reloadable()
/dports/mail/nullmailer/nullmailer-2.2/lib/
H A Dnetstring.h5 mystring str2net(const mystring&);
H A Dnetstring.cc5 mystring str2net(const mystring& s) in str2net() function
/dports/security/tinc/tinc-1.0.36/src/
H A Dprotocol_subnet.c67 if(!str2net(&s, subnetstr)) { in add_subnet_h()
181 if(!str2net(&s, subnetstr)) { in del_subnet_h()
H A Dsubnet.h79 extern bool str2net(subnet_t *subnet, const char *netstr);
H A Dconf.c204 if(!str2net(&subnet, cfg->value)) { in get_config_subnet()
H A Dsubnet.c207 bool str2net(subnet_t *subnet, const char *subnetstr) { in str2net() function
/dports/mail/nullmailer/nullmailer-2.2/protocols/
H A Dqmqp.cc109 env += str2net(tmp); in make_envelope()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dtools.h290 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dtools.h271 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy17/haproxy-1.7.14/include/common/
H A Dstandard.h304 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dtools.h312 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy19/haproxy-1.9.16/include/common/
H A Dstandard.h398 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy18/haproxy-1.8.30/include/common/
H A Dstandard.h391 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy20/haproxy-2.0.26/include/common/
H A Dstandard.h405 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/nuster/nuster-5.0.4.21/include/common/
H A Dstandard.h438 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy21/haproxy-2.1.12/include/common/
H A Dstandard.h443 int str2net(const char *str, int resolve, struct in_addr *addr, struct in_addr *mask);
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhlua_fcn.c976 if (str2net(str, PAT_MF_NO_DNS, &addr->addr.v4.ip, &addr->addr.v4.mask)) { in hlua_parse_addr()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dcfgparse-listen.c653 if (!*args[1] || !str2net(args[1], 1, &curproxy->mon_net, &curproxy->mon_mask)) { in cfg_parse_listen()
2356 …if (!*(args[cur_arg+1]) || !str2net(args[cur_arg+1], 1, &curproxy->except_net, &curproxy->except_m… in cfg_parse_listen()
2407 …if (!*(args[cur_arg+1]) || !str2net(args[cur_arg+1], 1, &curproxy->except_to, &curproxy->except_ma… in cfg_parse_listen()

1234