Home
last modified time | relevance | path

Searched refs:tcpiphdr (Results 1 – 13 of 13) sorted by relevance

/freebsd/sbin/ipf/ipsend/
H A Dipsend.h44 extern struct tcpcb *find_tcp(int, struct tcpiphdr *);
54 extern int do_socket(char *, int, struct tcpiphdr *, struct in_addr);
H A Diptest.c64 struct tcpiphdr *ti; in main()
76 ti = (struct tcpiphdr *)ip; in main()
H A Dip.c262 i = sizeof(struct tcpiphdr) / sizeof(long); in send_tcp()
288 struct tcpiphdr *ti; in send_udp()
292 ti = (struct tcpiphdr *)lbuf; in send_udp()
H A Dsock.c150 find_tcp(int tfd, struct tcpiphdr *ti) in find_tcp()
244 do_socket(char *dev, int mtu, struct tcpiphdr *ti, struct in_addr gwip) in do_socket()
H A Diptests.c1050 struct tcpiphdr ti; in ip_test5()
/freebsd/sys/netinet/
H A Dtcpip.h38 struct tcpiphdr { struct
H A Dtcp_input.c706 if (m->m_len < sizeof (struct tcpiphdr)) { in tcp_input_with_port()
707 if ((m = m_pullup(m, sizeof (struct tcpiphdr))) in tcp_input_with_port()
3807 sizeof (struct tcpiphdr); in tcp_mss_update()
3809 size_t min_protoh = sizeof(struct tcpiphdr); in tcp_mss_update()
4064 min_protoh = sizeof(struct tcpiphdr); in tcp_mssopt()
H A Dtcp_subr.c1518 max_protohdr_grow(sizeof(struct tcpiphdr)); in tcp_init()
1928 tlen = sizeof (struct tcpiphdr); in tcp_respond()
2498 sizeof (struct tcpiphdr) in tcp_discardcb()
2806 if (mtu < V_tcp_minmss + sizeof(struct tcpiphdr)) in tcp_next_pmtu()
2807 mtu = V_tcp_minmss + sizeof(struct tcpiphdr); in tcp_next_pmtu()
2881 sizeof(struct tcpiphdr)) { in tcp_ctlinput_with_port()
H A Dtcp_output.c785 hdrlen = sizeof (struct tcpiphdr); in tcp_default_output()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c203 if (m->m_len < sizeof (struct tcpiphdr)) { in ctf_get_enet_type()
204 m = m_pullup(m, sizeof (struct tcpiphdr)); in ctf_get_enet_type()
H A Drack.c14116 rack->r_ctl.fsb.tcp_ip_hdr_len = sizeof(struct tcpiphdr); in rack_init_fsb_block()
14151 rack->r_ctl.fsb.tcp_ip_hdr_len = sizeof(struct tcpiphdr) + sizeof(struct udphdr); in rack_init_fsb()
18521 hdrlen = sizeof(struct tcpiphdr); in rack_fast_rsm_output()
19115 hdrlen = sizeof(struct tcpiphdr); in rack_fast_output()
21195 * maximum link header, i.e. max_linkhdr + sizeof (struct tcpiphdr) in rack_output()
21204 hdrlen = sizeof(struct tcpiphdr); in rack_output()
H A Dbbr.c12839 hdrlen = sizeof(struct tcpiphdr); in bbr_output_wtime()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h660 typedef struct tcpiphdr tcpiphdr_t;