Home
last modified time | relevance | path

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

/dflybsd-src/lib/libalias/
H A Dalias_proxy.c87 struct proxy_entry struct
106 struct proxy_entry *next; argument
107 struct proxy_entry *last; argument
116 static struct proxy_entry *proxyList;
141 static void RuleAdd(struct proxy_entry *);
142 static void RuleDelete(struct proxy_entry *);
200 RuleAdd(struct proxy_entry *entry) in RuleAdd()
203 struct proxy_entry *ptr; in RuleAdd()
204 struct proxy_entry *ptr_last; in RuleAdd()
246 RuleDelete(struct proxy_entry *entry) in RuleDelete()
[all …]