OSDN Git Service

(split) LDP: Update original to LDP v3.38.
[linuxjm/LDP_man-pages.git] / original / man7 / packet.7
index 5e35ae2..1b65229 100644 (file)
@@ -4,7 +4,7 @@
 .\" and in case of nontrivial modification author and date
 .\" of the modification is added to the header.
 .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $
-.TH PACKET  7 2008-08-08 "Linux" "Linux Programmer's Manual"
+.TH PACKET  7 2012-03-25 "Linux" "Linux Programmer's Manual"
 .SH NAME
 packet, AF_PACKET \- packet interface on device level.
 .SH SYNOPSIS
@@ -111,7 +111,7 @@ struct sockaddr_ll {
     unsigned short sll_family;   /* Always AF_PACKET */
     unsigned short sll_protocol; /* Physical layer protocol */
     int            sll_ifindex;  /* Interface number */
-    unsigned short sll_hatype;   /* Header type */
+    unsigned short sll_hatype;   /* ARP hardware type */
     unsigned char  sll_pkttype;  /* Packet type */
     unsigned char  sll_halen;    /* Length of address */
     unsigned char  sll_addr[8];  /* Physical layer address */
@@ -131,7 +131,7 @@ is the interface index of the interface
 .BR netdevice (7));
 0 matches any interface (only permitted for binding).
 .I sll_hatype
-is a ARP type as defined in the
+is an ARP type as defined in the
 .I <linux/if_arp.h>
 include file.
 .I sll_pkttype