Lines Matching refs:in_addr
102 struct in_addr server_addr;
104 struct in_addr src_addr;
105 struct in_addr src_mask;
107 struct in_addr dst_addr;
108 struct in_addr dst_mask;
136 static int IpMask(int, struct in_addr *);
137 static int IpAddr(char *, struct in_addr *);
146 IpMask(int nbits, struct in_addr *mask) in IpMask()
163 IpAddr(char *s, struct in_addr *addr) in IpAddr()
459 ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr, in ProxyCheck()
460 u_short * proxy_server_port, struct in_addr src_addr, in ProxyCheck()
461 struct in_addr dst_addr, u_short dst_port, u_char ip_p) in ProxyCheck()
475 struct in_addr src_addr_masked; in ProxyCheck()
476 struct in_addr dst_addr_masked; in ProxyCheck()
559 struct in_addr server_addr; in LibAliasProxyRule()
560 struct in_addr src_addr, src_mask; in LibAliasProxyRule()
561 struct in_addr dst_addr, dst_mask; in LibAliasProxyRule()
739 struct in_addr mask; in LibAliasProxyRule()
740 struct in_addr addr; in LibAliasProxyRule()