Ground-Zerro / HydraRoute Public
Code Issues Pull requests Actions Releases View on GitHub ↗
110 B c
#ifndef BOGON_H
#define BOGON_H

#include <stdint.h>

int bogon_check(const uint8_t *ip, int family);

#endif