Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c90 struct proxy_entry { struct
109 struct proxy_entry *next; argument
110 struct proxy_entry *last; argument
138 static void RuleAdd(struct libalias *la, struct proxy_entry *);
139 static void RuleDelete(struct proxy_entry *);
200 RuleAdd(struct libalias *la, struct proxy_entry *entry) in RuleAdd()
203 struct proxy_entry *ptr; in RuleAdd()
204 struct proxy_entry *ptr_last; in RuleAdd()
244 RuleDelete(struct proxy_entry *entry) in RuleDelete()
265 struct proxy_entry *ptr; in RuleNumberDelete()
[all …]
H A Dalias_local.h77 struct proxy_entry;
139 struct proxy_entry *proxyList;