Home
last modified time | relevance | path

Searched refs:IP_NETMASK (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c39 #define IP_NETMASK(x, y) x & (0xFFFFFFFF >> (32 - y)); macro
204 (*addr) = IP_NETMASK((*addr), netmask); in ExtractIPAddress()
294 ip = IP_NETMASK(ip, netmask); in MatchAddr()