Lines Matching defs:then
310 * HOST_BROADCAST then we ask a tli fd to tell us what
426 * And finally if we specify HOST_BROADCAST then we
763 * with "tcp" and then "udp".
1175 * with "tcp" and then "udp".
1633 * If there's only one address or no addresses to sort, then
1666 static hrtime_t then = 0; /* the last time localinfo was updated */
1704 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1709 * Another thread might have updated "then" between
1713 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1721 then = now;