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

  /onnv/onnv-gate/usr/src/cmd/ipf/lib/common/
printpacket.c 65 if ((ip->ip_p == IPPROTO_TCP) && (tcp->th_flags != 0)) {
67 if (tcp->th_flags & TH_FIN)
69 if (tcp->th_flags & TH_SYN)
71 if (tcp->th_flags & TH_RST)
73 if (tcp->th_flags & TH_PUSH)
75 if (tcp->th_flags & TH_ACK)
77 if (tcp->th_flags & TH_URG)
79 if (tcp->th_flags & TH_ECN)
81 if (tcp->th_flags & TH_CWR)
ipft_tx.c 287 tcp->th_flags = 0;
290 tcp->th_flags |= myflags[t - myflagset];
291 if (tcp->th_flags)
293 if (tcp->th_flags == 0)
295 if (tcp->th_flags & TH_URG)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_tcp.c 105 if (tcp->th_flags & tcp_flags[i].tf_flag) {
112 if (tcp->th_flags & TH_URG) {
117 if (tcp->th_flags & TH_ACK) {
166 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags -
167 dlc_header) + 4, 1), "Flags = 0x%02x", tcp->th_flags);
168 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags -
169 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_CWR,
172 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags -
173 dlc_header) + 4, 1), " %s", getflag(tcp->th_flags, TH_ECE,
175 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_flags
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
tcpip.h 38 #define ti_flags ti_t.th_flags
tcp.h 43 uchar_t th_flags; member in struct:tcphdr
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
vjcompress.c 186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) {
299 if (th->th_flags & TH_URG) {
407 if (th->th_flags & TH_PUSH) {
583 th->th_flags |= TH_PUSH;
585 th->th_flags &= ~TH_PUSH;
618 th->th_flags |= TH_URG;
621 th->th_flags &= ~TH_URG;
  /onnv/onnv-gate/usr/src/uts/common/io/myri10ge/drv/
myri10ge_lro.c 97 tcp->th_flags = lro->flags;
175 if ((tcp->th_flags & ~(TH_ACK | TH_PUSH)) != 0)
260 lro->flags |= tcp->th_flags;
331 lro->flags = tcp->th_flags;
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_rcmd_pxy.c 138 if (tcp->th_flags & TH_SYN) {
197 tcp2->th_flags = TH_SYN;
ip_ftp_pxy.c 370 tcp2->th_flags = TH_SYN;
727 tcp2->th_flags = TH_SYN;
1067 if ((tcp->th_flags & TH_OPENING) == TH_OPENING) {
1106 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1173 if (tcp->th_flags & TH_FIN) {
1335 if (tcp->th_flags & TH_FIN)
    [all...]
ip_pptp_pxy.c 511 if ((tcp->th_flags & TH_OPENING) == TH_OPENING) {
ip_rpcb_pxy.c     [all...]
  /onnv/onnv-gate/usr/src/stand/lib/tcp/
tcp_inet.h 76 uint8_t th_flags[1]; member in struct:tcphdr_s
tcp.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_fil_solaris.c 980 if (tcp->th_flags & TH_RST)
988 tlen = (tcp->th_flags & (TH_SYN|TH_FIN)) ? 1 : 0;
1007 if (tcp->th_flags & TH_ACK) {
1009 tcp2->th_flags = TH_RST;
1014 tcp2->th_flags = TH_RST|TH_ACK;
    [all...]
ip_state.c     [all...]
fil.c     [all...]
ip_nat.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/nxge/
nxge_send.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
tcp.h 98 uint8_t th_flags[1]; member in struct:tcphdr_s
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 1138 if (tp->th_flags & tcpfl[i].value)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/ip/
ip.c 940 tcph->th_sum, urp, tcph->th_flags, tcp_flags);
    [all...]

Completed in 1379 milliseconds