Lines Matching defs:sent
30 * thread, while multicast and UDP unicast messages are sent by the
198 unsigned long long now, sent;
248 sent = now_millis();
251 0, &timeout, sent, &now, pfd, 1);
337 unsigned long long final_to, now, sent;
375 sent = now_millis();
379 sent, &now, &noresults, &anyresults, timeout);
918 * msg was sent successfully on at least one interface; otherwise
919 * returns SLP_NETWORK_ERROR if msg was not sent on any interfaces.
935 * cause the message to be sent on all interfaces. The
960 * Returns err != SLP_OK only if no message was sent on any interface.
994 * sent IN time when message was sent
1006 unsigned long long sent,
1019 final_to, &timeout, sent, now, pfd, nfds);
1085 timeout = timeout - (int)(*now - sent);
1155 unsigned long long sent,
1179 when = (int)(*now - sent);