Searched refs:tcp_flags (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/dtrace/demo/tcp/ |
H A D | tcpioflags.d | 54 printf("%s", args[4]->tcp_flags & TH_FIN ? "FIN|" : ""); 55 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : ""); 56 printf("%s", args[4]->tcp_flags & TH_RST ? "RST|" : ""); 57 printf("%s", args[4]->tcp_flags & TH_PUSH ? "PUSH|" : ""); 58 printf("%s", args[4]->tcp_flags & TH_ACK ? "ACK|" : ""); 59 printf("%s", args[4]->tcp_flags & TH_URG ? "URG|" : ""); 60 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : ""); 61 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : ""); 62 printf("%s", args[4]->tcp_flags == 0 ? "null " : "");
|
H A D | tcpsnoop.d | 68 printf("%s", args[4]->tcp_flags & TH_FIN ? "FIN|" : ""); 69 printf("%s", args[4]->tcp_flags & TH_SYN ? "SYN|" : ""); 70 printf("%s", args[4]->tcp_flags & TH_RST ? "RST|" : ""); 71 printf("%s", args[4]->tcp_flags & TH_PUSH ? "PUSH|" : ""); 72 printf("%s", args[4]->tcp_flags & TH_ACK ? "ACK|" : ""); 73 printf("%s", args[4]->tcp_flags & TH_URG ? "URG|" : ""); 74 printf("%s", args[4]->tcp_flags & TH_ECE ? "ECE|" : ""); 75 printf("%s", args[4]->tcp_flags & TH_CWR ? "CWR|" : ""); 76 printf("%s", args[4]->tcp_flags == 0 ? "null " : "");
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_tcp.c | 67 } tcp_flags[] = { variable 104 for (i = 0; tcp_flags[i].tf_name != NULL; i++) { in interpret_tcp() 105 if (tcp->th_flags & tcp_flags[i].tf_flag) { in interpret_tcp() 107 tcp_flags[i].tf_name); in interpret_tcp()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/include/ |
H A D | l4states.h | 174 u16_t tcp_flags; member 194 u16_t tcp_flags; member
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 101 uint8_t tcp_flags; /* flags */ member 163 tcp_flags = *(uint8_t *)T->th_flags; 203 tcp_flags = T != NULL ? *(uint8_t *)((tcph_t *)T)->th_flags : TH_ACK;
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 1534 tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP, in lm_tcp_calc_frag_cnt() 1581 tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP, in lm_tcp_rx_con_get_virt_size() 1789 tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP, in lm_tcp_init_tcp_resc() 2008 if(tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_NAGLING) in _lm_tcp_init_xstorm_toe_context() 2281 if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP) { in _lm_tcp_init_tstorm_tcp_context() 2284 if(tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) { in _lm_tcp_init_tstorm_tcp_context() 2294 if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_WIN_SCALING) { in _lm_tcp_init_tstorm_tcp_context() 2347 tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP, in _lm_tcp_init_tstorm_tcp_context() 2494 tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP, in _lm_tcp_init_xstorm_tcp_context() 2651 if(tcp->tcp_const.tcp_flags & TCP_FLAG_ENABLE_TIME_STAMP) { in _lm_tcp_init_xstorm_tcp_context() [all …]
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 287 extern u_char tcp_flags __P((char *, u_char *, int));
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_send.c | 161 …parse_bd_e1x->tcp_flags = packet->l2pkt_tx_info->lso_tcp_flags; // no endianity since it is… in lm_process_lso_packet() 538 …parse_bd_2nd_ptr->tcp_flags = packet->l2pkt_tx_info->lso_tcp_flags; // no endianity since it… in fill_bds_for_encapsulated_packet()
|
/titanic_50/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1013 static const mdb_bitmask_t tcp_flags[] = { variable 1167 tcph->th_sum, urp, tcph->th_flags, tcp_flags); in tcphdr_print()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/ |
H A D | 5710_hsi.h | 4102 u8_t tcp_flags; member 4172 u8_t tcp_flags; member
|