Lines Matching defs:bestaddr
850 ulong_t bestaddr, call_addr;
962 bestaddr = inet_addr(bp);
967 if (ntohl(call_addr ^ taddr) < ntohl(call_addr ^ bestaddr))
968 bestaddr = taddr;
971 sprintf(cp, "%s %s", inet_ntoa(*(struct in_addr *)&bestaddr), name);
1456 ulong_t bestaddr, call_addr;
1505 bestaddr = inet_addr(bp);
1510 if (ntohl(call_addr ^ taddr) < ntohl(call_addr ^ bestaddr))
1511 bestaddr = taddr;
1515 sprintf(cp, "%s %s", inet_ntoa(*(struct in_addr *)&bestaddr), name);