Searched refs:proxy_entry (Results 1 – 1 of 1) sorted by relevance
87 struct proxy_entry struct106 struct proxy_entry *next; argument107 struct proxy_entry *last; argument116 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 …]