diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:40:01 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2011-03-21 09:40:01 +0000 |
| commit | e4cd31dd3c7adc94a486ca5309c7096f81fa70f1 (patch) | |
| tree | 79d67d85de5b498560d0272509bd0b1bfccf7d86 /sys/net/if_arp.h | |
| parent | 0b626a289e9814fa1f14ea32280410521fc43224 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_arp.h')
| -rw-r--r-- | sys/net/if_arp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 2bb63582800a..38c64020aeea 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -50,6 +50,7 @@ struct arphdr { #define ARPHRD_ARCNET 7 /* arcnet hardware format */ #define ARPHRD_FRELAY 15 /* frame relay hardware format */ #define ARPHRD_IEEE1394 24 /* firewire hardware format */ +#define ARPHRD_INFINIBAND 32 /* infiniband hardware format */ u_short ar_pro; /* format of protocol address */ u_char ar_hln; /* length of hardware address */ u_char ar_pln; /* length of protocol address */ |
