#ifndef STUBS_LWIP_NAPT_H #define STUBS_LWIP_NAPT_H static inline void ip_napt_enable(uint32_t num, int enable) { (void)num; (void)enable; } #endif