Searched refs:tcpiphdr (Results 1 – 13 of 13) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ipsend.h | 44 extern struct tcpcb *find_tcp(int, struct tcpiphdr *); 54 extern int do_socket(char *, int, struct tcpiphdr *, struct in_addr);
|
H A D | iptest.c | 64 struct tcpiphdr *ti; in main() 76 ti = (struct tcpiphdr *)ip; in main()
|
H A D | ip.c | 262 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 D | sock.c | 150 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 D | iptests.c | 1050 struct tcpiphdr ti; in ip_test5()
|
/freebsd/sys/netinet/ |
H A D | tcpip.h | 38 struct tcpiphdr { struct
|
H A D | tcp_input.c | 706 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 D | tcp_subr.c | 1518 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 D | tcp_output.c | 785 hdrlen = sizeof (struct tcpiphdr); in tcp_default_output()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.c | 203 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 D | rack.c | 14116 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 D | bbr.c | 12839 hdrlen = sizeof(struct tcpiphdr); in bbr_output_wtime()
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_compat.h | 660 typedef struct tcpiphdr tcpiphdr_t;
|