Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#ifndef _IP6T_MAC_H
#define _IP6T_MAC_H

struct ip6t_mac_info {
    unsigned char srcaddr[ETH_ALEN];
    int invert;
};
#endif /*_IPT_MAC_H*/