You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

10 lines
194 B

#ifndef F2B_MATCH_H_
#define F2B_MATCH_H_
typedef struct {
struct f2b_match_t *next;
char ip[40]; /* 8 x "ffff" + 7 x ":" + '\0' */
time_t seen;
} f2b_match_t;
#endif /* F2B_MATCH_H_ */