mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
o Minor style(9)ism to make consistent with -STABLE
This commit is contained in:
parent
f0cab81245
commit
46a27060af
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ struct tcphdr {
|
|||
#define TH_URG 0x20
|
||||
#define TH_ECE 0x40
|
||||
#define TH_CWR 0x80
|
||||
#define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
|
||||
#define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_ACK|TH_URG|TH_ECE|TH_CWR)
|
||||
|
||||
u_short th_win; /* window */
|
||||
u_short th_sum; /* checksum */
|
||||
|
|
|
|||
Loading…
Reference in a new issue