aboutsummaryrefslogtreecommitdiff
path: root/snmpd/trans_udp.h
diff options
context:
space:
mode:
Diffstat (limited to 'snmpd/trans_udp.h')
-rw-r--r--snmpd/trans_udp.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/snmpd/trans_udp.h b/snmpd/trans_udp.h
index 29a96db88ab7..2f50e2a39561 100644
--- a/snmpd/trans_udp.h
+++ b/snmpd/trans_udp.h
@@ -4,7 +4,7 @@
* All rights reserved.
*
* Author: Harti Brandt <harti@freebsd.org>
- *
+ *
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
@@ -13,7 +13,7 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- *
+ *
* THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -39,6 +39,9 @@ struct udp_port {
struct port_input input; /* common input stuff */
struct sockaddr_in ret; /* the return address */
+
+ bool recvdstaddr; /* IP_RECVDSTADDR is on */
+ struct in_addr dstaddr; /* address the request was sent to */
};
/* argument for open call */