Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/libalias/
HDalias_proxy.c91 struct proxy_entry { struct
110 struct proxy_entry *next; argument
111 struct proxy_entry *last; argument
143 static void RuleAdd(struct libalias *la, struct proxy_entry *);
144 static void RuleDelete(struct proxy_entry *);
205 RuleAdd(struct libalias *la, struct proxy_entry *entry) in RuleAdd()
208 struct proxy_entry *ptr; in RuleAdd()
209 struct proxy_entry *ptr_last; in RuleAdd()
249 RuleDelete(struct proxy_entry *entry) in RuleDelete()
270 struct proxy_entry *ptr; in RuleNumberDelete()
[all …]
HDalias_local.h73 struct proxy_entry;
153 struct proxy_entry *proxyList;