Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/libalias/
H A Dalias_proxy.c92 struct proxy_entry { struct
111 struct proxy_entry *next; argument
112 struct proxy_entry *last; argument
205 struct proxy_entry *ptr; in RuleAdd()
267 struct proxy_entry *ptr; in RuleNumberDelete()
461 struct proxy_entry *ptr; in ProxyCheck()
559 struct proxy_entry *proxy_entry; in LibAliasProxyRule() local
840 proxy_entry = malloc(sizeof(struct proxy_entry)); in LibAliasProxyRule()
841 if (proxy_entry == NULL) { in LibAliasProxyRule()
848 proxy_entry->proto = proto; in LibAliasProxyRule()
[all …]
H A Dalias_local.h79 struct proxy_entry;
139 struct proxy_entry *proxyList;