Lines Matching defs:sent
33 * thread, while multicast and UDP unicast messages are sent by the
201 unsigned long long now, sent;
251 sent = now_millis();
254 0, &timeout, sent, &now, pfd, 1);
340 unsigned long long final_to, now, sent;
378 sent = now_millis();
382 sent, &now, &noresults, &anyresults, timeout);
921 * msg was sent successfully on at least one interface; otherwise
922 * returns SLP_NETWORK_ERROR if msg was not sent on any interfaces.
938 * cause the message to be sent on all interfaces. The
963 * Returns err != SLP_OK only if no message was sent on any interface.
997 * sent IN time when message was sent
1009 unsigned long long sent,
1022 final_to, &timeout, sent, now, pfd, nfds);
1089 timeout = timeout - (int)(*now - sent);
1159 unsigned long long sent,
1183 when = (int)(*now - sent);