Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/libalias/
H A Dalias_proxy.c90 struct proxy_entry { struct
109 struct proxy_entry *next; argument
110 struct proxy_entry *last; argument
203 struct proxy_entry *ptr; in RuleAdd()
265 struct proxy_entry *ptr; in RuleNumberDelete()
459 struct proxy_entry *ptr; in ProxyCheck()
557 struct proxy_entry *proxy_entry; in LibAliasProxyRule() local
838 proxy_entry = malloc(sizeof(struct proxy_entry)); in LibAliasProxyRule()
839 if (proxy_entry == NULL) { in LibAliasProxyRule()
846 proxy_entry->proto = proto; in LibAliasProxyRule()
[all …]
H A Dalias_local.h77 struct proxy_entry;
137 struct proxy_entry *proxyList;