summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_arp.h')
-rw-r--r--sys/net/if_arp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h
index 97902a7..52eeb26 100644
--- a/sys/net/if_arp.h
+++ b/sys/net/if_arp.h
@@ -102,6 +102,9 @@ struct arpcom {
struct ifnet ac_if; /* network-visible interface */
u_char ac_enaddr[6]; /* ethernet hardware address */
int ac_multicnt; /* length of ac_multiaddrs list */
+/* #ifdef NETGRAPH */
+ void *ac_ng; /* hook to hang netgraph stuff off */
+/* #endif */
};
extern u_char etherbroadcastaddr[6];
OpenPOWER on IntegriCloud