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