Searched refs:MAX_HDR_LEN (Results 1 – 1 of 1) sorted by relevance
73 #define MAX_HDR_LEN (ETH_HLEN + sizeof(struct ipv6hdr) + sizeof(struct tcphdr)) macro300 static char flag_buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags()301 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags()367 static char buf[MAX_HDR_LEN]; in send_ack()471 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_checksum()486 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_seq()505 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_ts()533 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_diff_opt()548 tcp_write_options(extpkt2 + MAX_HDR_LEN, TCPOPT_NOP, 0); in send_diff_opt()549 tcp_write_options(extpkt2 + MAX_HDR_LEN + 1, TCPOPT_WINDOW, 0); in send_diff_opt()[all …]