Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk GRASP
1 2 3 4 5 6
#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