Searched refs:MAX_HDR_LEN (Results 1 – 1 of 1) sorted by relevance
76 #define MAX_HDR_LEN (ETH_HLEN + sizeof(struct ipv6hdr) + sizeof(struct tcphdr)) macro299 static char flag_buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags()300 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_flags()366 static char buf[MAX_HDR_LEN]; in send_ack()470 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_checksum()485 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_seq()504 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_changed_ts()532 static char buf[MAX_HDR_LEN + PAYLOAD_LEN]; in send_diff_opt()547 tcp_write_options(extpkt2 + MAX_HDR_LEN, TCPOPT_NOP, 0); in send_diff_opt()548 tcp_write_options(extpkt2 + MAX_HDR_LEN + 1, TCPOPT_WINDOW, 0); in send_diff_opt()[all …]