Subversion Repositories HelenOS

Rev

Rev 3912 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 4243
Line 67... Line 67...
67
    uint8_t     protocol_length;
67
    uint8_t     protocol_length;
68
    /** ARP packet type.
68
    /** ARP packet type.
69
     *  @see arp_oc.h
69
     *  @see arp_oc.h
70
     */
70
     */
71
    uint16_t    operation;
71
    uint16_t    operation;
72
};
72
} __attribute__ ((packed));
73
 
73
 
74
#endif
74
#endif
75
 
75
 
76
/** @}
76
/** @}
77
 */
77
 */