Home
last modified time | relevance | path

Searched refs:HOSTS (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/utils/create-cluster/
H A Dcreate-cluster32 HOSTS=""
35 HOSTS="$HOSTS 127.0.0.1:$PORT"
37 ../../src/redis-cli --cluster create $HOSTS --cluster-replicas $REPLICAS
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c199 #define HOSTS(c, v) ((c)->hosts_hash[(v) & ((c)->hosts_hashsize - 1)]) macro
1016 CK_SLIST_FOREACH(host, &HOSTS(cfg, ji->src6_hval), entries) { in nat64lsn_alloc_host()
1066 CK_SLIST_INSERT_HEAD(&HOSTS(cfg, ji->src6_hval), host, entries); in nat64lsn_alloc_host()
1545 CK_SLIST_FOREACH(host, &HOSTS(cfg, hval), entries) { in nat64lsn_translate6()