Lines Matching defs:now

1903 			 * IFA locks must now be applied HERE <->
1978 /* now add the parameter */
2507 * ok, now we now need to find one on the list of the addresses. We
2723 /* now try for any higher scope than the destination */
4501 * We set the hop limit now since there is a good
4502 * chance that our ro pointer is now filled
4678 /* now the chunk header */
4739 /* And now tell the peer which extensions we support */
4830 /* now any cookie time extensions */
4878 /* now the addresses */
4882 * we could just sifa in the address within the stcb. But for now
5515 struct timeval now;
5613 (void)SCTP_GETTIME_TIMEVAL(&now);
5614 stc.time_entered.tv_sec = now.tv_sec;
5615 stc.time_entered.tv_usec = now.tv_usec;
5637 * stc.cookie_life. For now we should NOT honor any extension
5847 /* now the chunk header */
5986 /* And now tell the peer which extensions we support */
6084 /* now the addresses */
6088 * could just sifa in the address within the stc.. but for now this
6579 /* now we need another one */
6657 struct timeval *now, int *now_filled,
6826 struct timeval now;
6830 &reason, 1, 1, &now, &now_filled,
6857 /* now free everything */
7603 * Put the rest of the things in place now. Size was done earlier in
7820 struct timeval *now, int *now_filled,
7988 /* now service each destination and send out what we can for it */
8138 * yucko.. for now we take the easy way and
8208 (void)SCTP_GETTIME_TIMEVAL(now);
8211 net->last_sent_time = *now;
8365 * yucko.. for now we take the easy way and
8496 (void)SCTP_GETTIME_TIMEVAL(now);
8499 net->last_sent_time = *now;
8593 * net. For now, this is better than nothing and it disabled
8607 * yet, account for this in the mtu now... if no data can be
8616 /* now lets add any data within the MTU constraints */
8680 * fragment it for now and printing
8844 (void)SCTP_GETTIME_TIMEVAL(now);
8847 net->last_sent_time = *now;
8911 *now = asoc->time_last_sent;
8913 asoc->time_last_sent = *now;
9082 /* get the chunk stuff now and place it in the FRONT of the queue */
9461 int *cnt_out, struct timeval *now, int *now_filled, int *fr_done, int so_locked)
9770 * now are there anymore forward from chk to pick
9889 *now = asoc->time_last_sent;
9892 asoc->time_last_sent = *now;
10048 struct timeval now;
10102 &now, &now_filled, frag_point, so_locked);
10107 ret = sctp_chunk_retransmission(inp, stcb, asoc, &num_out, &now, &now_filled, &fr_done, so_locked);
10121 * now lets push out control by calling med-level
10127 &now, &now_filled, frag_point, so_locked);
10154 &now, &now_filled, frag_point, so_locked);
10218 &now, &now_filled, frag_point, so_locked);
10462 * last now points to last one I can report, update
10510 * overhead. So for now... not!
10664 /* Ok now lets formulate a MBUF with our sack */
10883 /* now we must add any dups we are going to report. */
10898 * now that the chunk is prepared queue it to the control chunk
11377 struct timeval now;
11383 (void)SCTP_GETTIME_TIMEVAL(&now);
11430 hb->heartbeat.hb_info.time_value_1 = now.tv_sec;
11431 hb->heartbeat.hb_info.time_value_2 = now.tv_usec;
11767 /* now how long will this param be? */
11817 /* now fix the chunk length */
11840 /* now how long will this param be? */
11858 /* now fix the chunk length */
11880 /* now how long will this param be? */
11886 /* now fix the chunk length */
11908 /* now how long will this param be? */
11915 /* now fix the chunk length */
12000 /* now how long will this param be? */
12009 /* now fix the chunk length */
12032 /* now how long will this param be? */
12042 /* now fix the chunk length */
12065 /* now how long will this param be? */
12074 /* now fix the chunk length */
12272 * Ok now we proceed with copying the old out stuff and
12299 /* now anything on those queues? */
12305 /* now the new streams */
12574 struct timeval now;
12843 * structure may now have an update and thus we may need to
13107 /* No room right now! */
13385 /* wait for space now */
13747 &reason, 1, 1, &now, &now_filled,