Searched refs:netmask (Results 1 – 5 of 5) sorted by relevance
176 int netmask = 32; in ExtractIPAddress() local201 netmask = atoi(buf); in ExtractIPAddress()202 if (netmask < 0 || netmask > 32) in ExtractIPAddress()204 (*addr) = IP_NETMASK((*addr), netmask); in ExtractIPAddress()212 (*addrmask) = netmask; in ExtractIPAddress()292 MatchAddr(in_addr_t ip, in_addr_t fw_ip, int netmask) in MatchAddr() argument294 ip = IP_NETMASK(ip, netmask); in MatchAddr()
59 uint32_t netmask; member
152 uint32_t netmask; member
268 ent->netmask = *(uint32_t *)&sin; in FeedNetdevConfLine()
384 static __thread bpf_u_int32 netmask; variable412 netmask = mask; in pcap_compile()7096 if (netmask == PCAP_NETMASK_UNKNOWN)7099 hostmask = ~netmask;