Subversion Repositories shark

Rev

Blame | Last modification | View Log | RSS feed

#ifndef _IPT_MAC_H
#define _IPT_MAC_H

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