Searched defs:ip2 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libilb/common/
H A Dilb_subr.c106 * compare ip addresses ip1 and ip2 (as unsigned integers)
107 * return: -1: ip1 < ip2, 0: ip1 == ip2, 1: ip1 > ip2
115 i_cmp_addr_impl(void *ip1, void *ip2, ip_addr_type_t atype, int64_t *diff) argument
127 IN6_V4MAPPED_TO_IPADDR((struct in6_addr *)ip2, i2);
133 a6_2 = (struct in6_addr *)ip2;
141 a2 = &((ilb_ip_addr_t *)ip2)->ia_v4;
147 a6_2 = &((ilb_ip_addr_t *)ip2)->ia_v6;
239 ilb_cmp_in6_addr(struct in6_addr *ip1, struct in6_addr *ip2, int64_ argument
248 ilb_cmp_ipaddr(ilb_ip_addr_t *ip1, ilb_ip_addr_t *ip2, int64_t *diff) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm300 # ip2
304 sub ip2 () { i / 2 } subroutine
991 return ip2 * $log;

Completed in 24 milliseconds