Home
last modified time | relevance | path

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

/dports/net-mgmt/grepcidr/grepcidr-2.0/
H A Dgrepcidr.c61 struct netspec struct
120 void array_insert(struct netspec* newspec) in array_insert()
297 unsigned int c1 = ((struct netspec*)a)->min; in netsort()
298 unsigned int c2 = ((struct netspec*)b)->min; in netsort()
319 unsigned int key = ((struct netspec*)a)->min; in netsearch()
320 unsigned int min = ((struct netspec*)b)->min; in netsearch()
386 struct netspec ipv4_pat; in load_patterns()
410 struct netspec ipv4_pat; in load_patterns()
470 struct netspec v4key; in scan_with_hints()
552 struct netspec v4key; in search_stream()
[all …]
/dports/www/mod_memcache_block/mod_memcache_block-1.0/
H A Dmod_memcache_block.c121 struct netspec struct
145 int net_parse(const char* line, struct netspec* spec) in net_parse()
183 unsigned int c1 = ((struct netspec*)a)->min; in netsort()
184 unsigned int c2 = ((struct netspec*)b)->min; in netsort()
193 unsigned int key = ((struct netspec*)a)->min; in netsearch()
194 unsigned int min = ((struct netspec*)b)->min; in netsearch()
195 unsigned int max = ((struct netspec*)b)->max; in netsearch()
426 struct netspec their_ip; in mb_check_ip()
427 struct netspec test_ip; in mb_check_ip()
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Dacl.c86 int acl_add(struct acl_t *acl, char *netspec, int allow) in acl_add() argument
98 prefixls = strchr(netspec, '/'); in acl_add()
114 i = getaddrinfo(netspec, dummyservice, &req, &ai); in acl_add()
116 hlog(LOG_ERR, "ACL: address parse failure of '%s': %s", netspec, gai_strerror(i)); in acl_add()
124 hlog(LOG_ERR, "ACL: invalid prefix len '%s' for '%s'", prefixls, netspec); in acl_add()
H A Dacl.h31 extern int acl_add(struct acl_t *acl, char *netspec, int allow);
/dports/sysutils/openupsd/openupsd-0.3.1/
H A Dcfg.c840 static int add_network_netmask (int allow, openupsd_netsvr_t *svr, char *netspec) in add_network_netmask() argument
848 ch = strchr (netspec, '/'); in add_network_netmask()
859 if (sscanf (netspec, "%d.%d.%d.%d", &a, &b, &c, &d) != 4) { in add_network_netmask()
/dports/devel/icestorm/icestorm-710470f9/icebox/
H A Dicebox.py660 def follow_net(self, netspec): argument
661 x, y, netname = netspec
924 def expand_net(self, netspec): argument
927 queue.add(netspec)