Lines Matching defs:alias_link
286 struct alias_link { /* Main data structure */ struct
287 struct libalias *la;
288 struct in_addr src_addr; /* Address and port information */
289 struct in_addr dst_addr;
290 struct in_addr alias_addr;
291 struct in_addr proxy_addr;
292 u_short src_port;
293 u_short dst_port;
294 u_short alias_port;
295 u_short proxy_port;
296 struct server *server;
298 int link_type; /* Type of link: TCP, UDP, ICMP,
325 LIST_ENTRY (alias_link) list_out; /* Linked list of argument
330 union { /* Auxiliary data */
334 } data;