You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/src/util-cidr.h

11 lines
195 B
C

/* Copyright (c) 2008 Victor Julien <victor@inliniac.net> */
#ifndef __UTIL_NETMASK_H__
#define __UTIL_NETMASK_H__
void CIDRInit(void);
uint32_t CIDRGet(int);
#endif /* __UTIL_NETMASK_H__ */