|
Lines 73-78
Link Here
|
| 73 |
u_short fu_skipto_rule; /* SKIPTO command rule number */ |
73 |
u_short fu_skipto_rule; /* SKIPTO command rule number */ |
| 74 |
u_short fu_reject_code; /* REJECT response code */ |
74 |
u_short fu_reject_code; /* REJECT response code */ |
| 75 |
struct sockaddr_in fu_fwd_ip; |
75 |
struct sockaddr_in fu_fwd_ip; |
|
|
76 |
u_int32_t fu_dyn_lifetime; /* Explicit dynamic rule lifetime */ |
| 76 |
} fw_un; |
77 |
} fw_un; |
| 77 |
u_char fw_prot; /* IP protocol */ |
78 |
u_char fw_prot; /* IP protocol */ |
| 78 |
/* |
79 |
/* |
|
Lines 121-126
Link Here
|
| 121 |
#define fw_reject_code fw_un.fu_reject_code |
122 |
#define fw_reject_code fw_un.fu_reject_code |
| 122 |
#define fw_pipe_nr fw_un.fu_pipe_nr |
123 |
#define fw_pipe_nr fw_un.fu_pipe_nr |
| 123 |
#define fw_fwd_ip fw_un.fu_fwd_ip |
124 |
#define fw_fwd_ip fw_un.fu_fwd_ip |
|
|
125 |
#define fw_dyn_lifetime fw_un.fu_dyn_lifetime |