- u_int fw_ipflg; /* IP flags word */
- u_char fw_ipopt,fw_ipnopt; /* IP options set/unset */
- u_char fw_tcpopt,fw_tcpnopt; /* TCP options set/unset */
- u_char fw_tcpf,fw_tcpnf; /* TCP flags set/unset */
- long timestamp; /* timestamp (tv_sec) of last match */
- union ip_fw_if fw_in_if, fw_out_if; /* Incoming and outgoing interfaces */
- union {
- u_short fu_divert_port; /* Divert/tee port (options IPDIVERT) */
- u_short fu_pipe_nr; /* queue number (option DUMMYNET) */
- u_short fu_skipto_rule; /* SKIPTO command rule number */
- u_short fu_reject_code; /* REJECT response code */
- struct sockaddr_in fu_fwd_ip;
- } fw_un;
- u_char fw_prot; /* IP protocol */
+ u_int fw_ipflg; /* IP flags word */
+ u_char fw_ipopt, fw_ipnopt; /* IP options set/unset */
+ u_char fw_tcpopt, fw_tcpnopt; /* TCP options set/unset */
+ u_char fw_tcpf, fw_tcpnf; /* TCP flags set/unset */
+ long timestamp; /* timestamp (tv_sec) of last match */
+ union ip_fw_if fw_in_if, fw_out_if; /* Incoming and outgoing interfaces */
+ union {
+ u_short fu_divert_port; /* Divert/tee port (options IPDIVERT) */
+ u_short fu_pipe_nr; /* queue number (option DUMMYNET) */
+ u_short fu_skipto_rule; /* SKIPTO command rule number */
+ u_short fu_reject_code; /* REJECT response code */
+ struct sockaddr_in fu_fwd_ip;
+ } fw_un;
+ u_char fw_prot; /* IP protocol */