Lines Matching refs:in_addr
101 struct in_addr server_addr;
103 struct in_addr src_addr;
104 struct in_addr src_mask;
106 struct in_addr dst_addr;
107 struct in_addr dst_mask;
135 static int IpMask(int, struct in_addr *);
136 static int IpAddr(char *, struct in_addr *);
145 IpMask(int nbits, struct in_addr *mask) in IpMask()
162 IpAddr(char *s, struct in_addr *addr) in IpAddr()
455 ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr, in ProxyCheck()
456 u_short * proxy_server_port, struct in_addr src_addr, in ProxyCheck()
457 struct in_addr dst_addr, u_short dst_port, u_char ip_p) in ProxyCheck()
471 struct in_addr src_addr_masked; in ProxyCheck()
472 struct in_addr dst_addr_masked; in ProxyCheck()
554 struct in_addr server_addr; in LibAliasProxyRule()
555 struct in_addr src_addr, src_mask; in LibAliasProxyRule()
556 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule()
732 struct in_addr mask; in LibAliasProxyRule()
733 struct in_addr addr; in LibAliasProxyRule()