Searched refs:proxy_entry (Results 1 – 2 of 2) sorted by relevance
91 struct proxy_entry { struct110 struct proxy_entry *next; argument111 struct proxy_entry *last; argument204 struct proxy_entry *ptr; in RuleAdd()266 struct proxy_entry *ptr; in RuleNumberDelete()463 struct proxy_entry *ptr; in ProxyCheck()562 struct proxy_entry *proxy_entry; in LibAliasProxyRule() local843 proxy_entry = malloc(sizeof(struct proxy_entry)); in LibAliasProxyRule()844 if (proxy_entry == NULL) { in LibAliasProxyRule()851 proxy_entry->proto = proto; in LibAliasProxyRule()[all …]
81 struct proxy_entry;161 struct proxy_entry *proxyList;