1 #pragma once 2 #define ERR_OK 0 3 #define IPADDR_TYPE_V4 0U 4 #define IPADDR_TYPE_V6 6U 5 #define IPADDR_TYPE_ANY 46U 6