Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c1264 tcph_t *tcph; in tcp_connect() local
1435 tcph_t *tcph; in tcp_accept_comm() local
1801 tcpha_t *tcph; in tcp_verify_cksum() local
1828 tcp_lookup_ipv4(struct ip *iph, tcpha_t *tcph, int min_state, int *sock_id) in tcp_lookup_ipv4()
1885 tcp_lookup_eager_ipv4(tcp_t *listener, struct ip *iph, tcpha_t *tcph) in tcp_lookup_eager_ipv4()
2020 tcp_parse_options(tcph_t *tcph, tcp_opt_t *tcpopt) in tcp_parse_options()
2230 tcp_process_options(tcp_t *tcp, tcph_t *tcph) in tcp_process_options()
2363 tcp_paws_check(tcp_t *tcp, tcph_t *tcph, tcp_opt_t *tcpoptp) in tcp_paws_check()
2616 tcpha_t *tcph; in tcp_rput_data() local
4805 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
/illumos-gate/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
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1171 tcphdr_print(struct tcphdr *tcph) in tcphdr_print()
1200 struct tcphdr tcph; in tcphdr() local
1304 struct tcphdr tcph; in transport_hdr() local
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb.c1670 tcpha_t *tcph; in ilb_check() local
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c2330 struct tcphdr *tcph = (struct tcphdr *)l4_start; in flow_transport_accept() local
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h108 #define TCP_HDR_LENGTH(tcph) \ argument