HomeSort by: relevance | last modified time | path
    Searched refs:iss (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/netinet/
in_selsrc.c 303 struct in_ifselsrc *iss; local in function:in_getifa
318 iss = isc->isc_selsrc;
320 iss = &default_iss;
321 score_src = &iss->iss_score_src[0];
386 best_ifa->ifa_seqno = &iss->iss_seqno;
414 in_get_selectsrc(const struct in_ifselsrc *iss, char *buf0,
425 i < IN_SCORE_SRC_MAX && iss->iss_score_src[i] != NULL;
428 delim, score_src_to_name(iss->iss_score_src[i]));
442 in_set_selectsrc(struct in_ifselsrc *iss, char *buf)
463 (void)memcpy(iss->iss_score_src, scorers, sizeof(iss->iss_score_src))
489 struct in_ifselsrc *iss; local in function:in_sysctl_selectsrc
551 struct in_ifselsrc *iss; local in function:in_selsrc_domifattach
579 struct in_ifselsrc *iss; local in function:in_selsrc_domifdetach
    [all...]
tcp_seq.h 61 (tp)->snd_recover = (tp)->snd_high = (tp)->snd_fack = (tp)->iss
63 #define TCP_ISS_RANDOM_MASK 0x00ffffff /* bits of randomness in a TCP ISS */
tcp_var.h 267 tcp_seq iss; /* initial send sequence number */ member in struct:tcpcb
750 extern int tcp_do_rfc1948; /* ISS by cryptographic hash */
tcp_syncache.c 717 tp->iss = sc->sc_iss;
767 tp->snd_max = tp->snd_nxt = tp->iss+1;
866 * <SEQ=ISS><ACK=RCV_NXT><CTL=SYN,ACK>
tcp_input.c 2062 (SEQ_LEQ(th->th_ack, tp->iss) ||
2166 (SEQ_LEQ(th->th_ack, tp->iss) ||
tcp_output.c 1070 tp->snd_nxt = tp->iss;
tcp_subr.c 167 int tcp_do_rfc1948 = 0; /* ISS by cryptographic hash */
1073 if (SEQ_LT(tp->iss + so->so_snd.sb_hiwat * 16, tp->snd_max) &&
1997 * Initialize RFC 1948 ISS Secret
2029 * Compute the base value of the ISS. It is a hash
2047 printf("ISS hash 0x%08x, ", tcp_iss);
2055 printf("ISS random 0x%08x, ", tcp_iss);
2064 printf("ISS %08x\n", tcp_iss);
tcp_usrreq.c 715 tp->iss = tcp_new_iss(tp);
2245 SYSCTL_DESCR("Enable RFC 1948 ISS by cryptographic "
  /src/usr.bin/netstat/
inet.c 1099 printf("snd_wl1 %u, snd_wl2 %u, iss %u, snd_wnd %lu\n\n",
1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd);
inet6.c 1549 printf("snd_wl1 %u, snd_wl2 %u, iss %u, snd_wnd %llu\n\n",
1550 mypcb.snd_wl1, mypcb.snd_wl2, mypcb.iss,

Completed in 24 milliseconds