Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/libalias/
H A Dalias_proxy.c93 struct proxy_entry { struct
112 struct proxy_entry *next; argument
113 struct proxy_entry *last; argument
210 struct proxy_entry *ptr; in RuleAdd()
272 struct proxy_entry *ptr; in RuleNumberDelete()
470 struct proxy_entry *ptr; in ProxyCheck()
570 struct proxy_entry *proxy_entry; in LibAliasProxyRule() local
851 proxy_entry = malloc(sizeof(struct proxy_entry)); in LibAliasProxyRule()
852 if (proxy_entry == NULL) { in LibAliasProxyRule()
859 proxy_entry->proto = proto; in LibAliasProxyRule()
[all …]
H A Dalias_local.h81 struct proxy_entry;
161 struct proxy_entry *proxyList;