summaryrefslogtreecommitdiffstats
path: root/sys/net/if_dl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_dl.h')
-rw-r--r--sys/net/if_dl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h
index 92ea90f..03e1626 100644
--- a/sys/net/if_dl.h
+++ b/sys/net/if_dl.h
@@ -60,7 +60,7 @@
*/
struct sockaddr_dl {
u_char sdl_len; /* Total length of sockaddr */
- u_char sdl_family; /* AF_DLI */
+ u_char sdl_family; /* AF_LINK */
u_short sdl_index; /* if != 0, system given index for interface */
u_char sdl_type; /* interface type */
u_char sdl_nlen; /* interface name length, no trailing 0 reqd. */
OpenPOWER on IntegriCloud