Searched defs:conf_trap (Results 1 – 1 of 1) sorted by relevance
798 struct conf_trap { struct799 u_int32 local_address; /* remote client's address */800 u_int32 trap_address; /* local interface address */801 u_short trap_port; /* remote client's port */802 u_short unused; /* (unused) */803 u_int v6_flag; /* is this v6 or not */804 struct in6_addr local_address6; /* local interface address (v6) */805 struct in6_addr trap_address6; /* remote client's address (v6) */