HomeSort by relevance Sort by last modified time
    Searched refs:th_seq (Results 1 - 18 of 18) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/netinet/
tcpip.h 34 #define ti_seq ti_t.th_seq
tcp.h 34 tcp_seq th_seq; /* sequence number */ member in struct:tcphdr
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
vjcompress.c 334 if ((deltaS = ntohl(th->th_seq) - ntohl(oth->th_seq)) > 0) {
601 tmp = ntohl(th->th_seq) + i;
602 th->th_seq = htonl(tmp);
610 tmp = ntohl(th->th_seq) + ntohs(cs->cs_ip.ip_len) - cs->cs_hlen;
611 th->th_seq = htonl(tmp);
633 DECODEL(th->th_seq);
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_tcp.c 122 if (ntohl(tcp->th_seq)) {
124 ntohl(tcp->th_seq), tcplen);
158 (void) sprintf(get_line((char *)(uintptr_t)tcp->th_seq -
160 ntohl(tcp->th_seq));
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_rcmd_pxy.c 139 *(u_32_t *)aps->aps_data = htonl(ntohl(tcp->th_seq) + 1);
144 (tcp->th_seq != *(u_32_t *)aps->aps_data))
ip_pptp_pxy.c 272 start = ntohl(tcp->th_seq);
515 pptp->pptp_side[rev].pptps_next = ntohl(tcp->th_seq) + 1;
516 pptp->pptp_side[rev].pptps_nexthdr = ntohl(tcp->th_seq) + 1;
ip_raudio_pxy.c 251 seq = ntohl(tcp->th_seq);
ip_ftp_pxy.c 1055 thseq = ntohl(tcp->th_seq);
1204 printf("th_seq %x ftps_seq %x/%x\n",
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_proxy.c 745 seq1 = (u_32_t)ntohl(tcp->th_seq);
763 tcp->th_seq = htonl(seq1);
798 seq1 = ntohl(tcp->th_seq);
815 tcp->th_seq = htonl(seq1);
859 ntohl(tcp->th_seq), ntohl(tcp->th_ack));
ip_state.c     [all...]
ip_fil_solaris.c 1008 tcp2->th_seq = tcp->th_ack;
1011 tcp2->th_ack = ntohl(tcp->th_seq);
    [all...]
  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp_inet.h 73 uint8_t th_seq[4]; /* Sequence number */ member in struct:tcphdr_s
tcp.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/
nxge_send.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/
myri10ge_lro.c 223 seq = ntohl(tcp->th_seq);
  /onnv/onnv-gate/usr/src/uts/common/inet/
tcp.h 95 uint8_t th_seq[4]; /* Sequence number */ member in struct:tcphdr_s
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 1142 (u_long)(ntohl(tp->th_seq)),
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 930 mdb_nhconvert(&seq, &tcph->th_seq, sizeof (seq));
    [all...]

Completed in 900 milliseconds