Searched defs:proxy_entry (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_proxy.c97 * A linked list of arbitrary length, based on struct proxy_entry is
100 struct proxy_entry { struct
119 struct proxy_entry *next;
120 struct proxy_entry *last;
155 static void RuleAdd(struct libalias *la, struct proxy_entry *);
156 static void RuleDelete(struct proxy_entry *);
318 RuleAdd(struct libalias *la, struct proxy_entry *entry)
321 struct proxy_entry *ptr;
322 struct proxy_entry *ptr_last;
362 RuleDelete(struct proxy_entry *entr
689 struct proxy_entry *proxy_entry; local
[all...]

Completed in 117 milliseconds