Lines Matching defs:now

168 	/* now also setup table ids */
1001 * If we support the TCP model, then we must now dig through to see
1041 * Ok now for each of the guys in this bucket we must look and see:
1338 /* now look at the list of remote addresses */
1439 /* now look at the list of remote addresses */
1996 * ok, we have an endpoint, now lets find the assoc for it (if any)
1997 * we now place the source address or from in the to of the find
2051 /* now we must see if we want the parameter */
2523 /* now init the actual endpoint default data */
2753 /* now what about the nets? */
3383 * start it now.
3490 /* now is there some left in our SHUTDOWN state? */
4338 /* now that my_vtag is set, add it to the hash */
4377 /* now file the port under the hash as well */
4386 SCTPDBG(SCTP_DEBUG_PCB1, "Association %p now allocated\n", (void *)stcb);
4544 sctp_is_in_timewait(uint32_t tag, uint16_t lport, uint16_t rport, time_t now)
4554 if ((twait_block->vtag_block[i].tv_sec_at_expire >= now) &&
4580 struct timeval now;
4586 (void)SCTP_GETTIME_TIMEVAL(&now);
4587 time = now.tv_sec + SCTP_BASE_SYSCTL(sctp_vtag_time_wait);
4599 (twait_block->vtag_block[i].tv_sec_at_expire < now.tv_sec)) {
4761 * now.
4917 /* now clean up any chunks here */
5152 /* now clean up the tasoc itself */
5358 /* for now, we'll just pick the first reachable one we find */
6105 /* now we must go through each of the params. */
6718 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now)
6731 * this assumption, but we will go with it for now :-)
6748 return (!sctp_is_in_timewait(tag, lport, rport, now->tv_sec));
6776 /* Ok that was fun, now we will drain all the inbound streams? */
6921 * sequence numbers in streams.. el-yucko. I think for now