Home
last modified time | relevance | path

Searched defs:tcph (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp.c1265 tcph_t *tcph; in tcp_connect() local
1436 tcph_t *tcph; in tcp_accept_comm() local
1802 tcpha_t *tcph; in tcp_verify_cksum() local
1829 tcp_lookup_ipv4(struct ip *iph, tcpha_t *tcph, int min_state, int *sock_id) in tcp_lookup_ipv4()
1886 tcp_lookup_eager_ipv4(tcp_t *listener, struct ip *iph, tcpha_t *tcph) in tcp_lookup_eager_ipv4()
2021 tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt) in tcp_parse_options()
2231 tcp_process_options(tcp_t *tcp, tcph_t *tcph) in tcp_process_options()
2364 tcp_paws_check(tcp_t *tcp, tcph_t *tcph, tcp_opt_t *tcpoptp) in tcp_paws_check()
2617 tcpha_t *tcph; in tcp_rput_data() local
4807 tcph_t *tcph; in tcp_wput_data() local
[all …]
H A Dtcp_inet.h82 #define TCP_HDR_LENGTH(tcph) (((tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2)) argument
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rcmd_pxy.c126 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_irc_pxy.c277 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_raudio_pxy.c210 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
H A Dip_ftp_pxy.c193 tcphdr_t *tcp, tcph, *tcp2 = &tcph; local
649 tcphdr_t *tcp, tcph, *tcp2; local
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1147 tcphdr_print(struct tcphdr *tcph) in tcphdr_print()
1176 struct tcphdr tcph; in tcphdr() local
1280 struct tcphdr tcph; in transport_hdr() local
/titanic_41/usr/src/uts/common/inet/ilb/
H A Dilb.c1670 tcpha_t *tcph; in ilb_check() local
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c2329 struct tcphdr *tcph = (struct tcphdr *)l4_start; in flow_transport_accept() local
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h105 #define TCP_HDR_LENGTH(tcph) \ argument