OSDN Git Service

Remove ip6tables* as they are now link pages
[linuxjm/iptables.git] / po4a / man3 / ipq_set_verdict.3.ja.po
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2013-04-08 14:07+0900\n"
11 "PO-Revision-Date: 2013-04-08 14:29+0900\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #, no-wrap
21 msgid "IPQ_SET_VERDICT"
22 msgstr ""
23
24 #. type: TH
25 #, no-wrap
26 msgid "16 October 2001"
27 msgstr ""
28
29 #. type: TH
30 #, no-wrap
31 msgid "Linux iptables 1.2"
32 msgstr ""
33
34 #. type: TH
35 #, no-wrap
36 msgid "Linux Programmer's Manual"
37 msgstr ""
38
39 #
40 #
41 #
42 #
43 #.      Copyright (c) 2000-2001 Netfilter Core Team
44 #.      This program is free software; you can redistribute it and/or modify
45 #.      it under the terms of the GNU General Public License as published by
46 #.      the Free Software Foundation; either version 2 of the License, or
47 #.      (at your option) any later version.
48 #.      This program is distributed in the hope that it will be useful,
49 #.      but WITHOUT ANY WARRANTY; without even the implied warranty of
50 #.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
51 #.      GNU General Public License for more details.
52 #.      You should have received a copy of the GNU General Public License
53 #.      along with this program; if not, write to the Free Software
54 #.      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
55 #. type: SH
56 #, no-wrap
57 msgid "NAME"
58 msgstr ""
59
60 #. type: Plain text
61 msgid "ipq_set_verdict \\(em issue verdict and optionally modified packet to kernel"
62 msgstr ""
63
64 #. type: SH
65 #, no-wrap
66 msgid "SYNOPSIS"
67 msgstr ""
68
69 #. type: Plain text
70 msgid "B<#include E<lt>linux/netfilter.hE<gt>>"
71 msgstr ""
72
73 #. type: Plain text
74 msgid "B<#include E<lt>libipq.hE<gt>>"
75 msgstr ""
76
77 #. type: Plain text
78 msgid "B<int ipq_set_verdict(const struct ipq_handle *>I<h>B<, ipq_id_t >I<id>B<, unsigned int >I<verdict>B<, size_t >I<data_len>B<, unsigned char *>I<buf>B<);>"
79 msgstr ""
80
81 #. type: SH
82 #, no-wrap
83 msgid "DESCRIPTION"
84 msgstr ""
85
86 #. type: Plain text
87 msgid "The B<ipq_set_verdict> function issues a verdict on a packet previously obtained with B<ipq_read>, specifing the intended disposition of the packet, and optionally supplying a modified version of the payload data."
88 msgstr ""
89
90 #. type: Plain text
91 msgid "The I<h> parameter is a context handle which must previously have been returned successfully from a call to B<ipq_create_handle>."
92 msgstr ""
93
94 #. type: Plain text
95 msgid "The I<id> parameter is the packet identifier obtained via B<ipq_get_packet>."
96 msgstr ""
97
98 #. type: Plain text
99 msgid "The I<verdict> parameter must be one of:"
100 msgstr ""
101
102 #. type: TP
103 #, no-wrap
104 msgid "B<NF_ACCEPT>"
105 msgstr ""
106
107 #. type: Plain text
108 msgid "Accept the packet and continue traversal within the kernel."
109 msgstr ""
110
111 #. type: TP
112 #, no-wrap
113 msgid "B<NF_DROP>"
114 msgstr ""
115
116 #. type: Plain text
117 msgid "Drop the packet."
118 msgstr ""
119
120 #. type: TP
121 #, no-wrap
122 msgid "B<NF_QUEUE>"
123 msgstr ""
124
125 #. type: Plain text
126 msgid "Requeue the packet."
127 msgstr ""
128
129 #. type: Plain text
130 msgid "B<NF_STOLEN> and B<NF_REPEAT> are kernel-internal constants and should not be used from userspace as their exact side effects have not been investigated."
131 msgstr ""
132
133 #. type: Plain text
134 msgid "The I<data_len> parameter is the length of the data pointed to by I<buf>, the optional replacement payload data."
135 msgstr ""
136
137 #. type: Plain text
138 msgid "If simply setting a verdict without modifying the payload data, use zero for I<data_len> and NULL for I<buf>."
139 msgstr ""
140
141 #. type: Plain text
142 msgid "The application is responsible for recalculating any packet checksums when modifying packets."
143 msgstr ""
144
145 #. type: SH
146 #, no-wrap
147 msgid "RETURN VALUE"
148 msgstr ""
149
150 #. type: Plain text
151 msgid "On failure, -1 is returned."
152 msgstr ""
153
154 #. type: Plain text
155 msgid "On success, a non-zero positive value is returned."
156 msgstr ""
157
158 #. type: SH
159 #, no-wrap
160 msgid "ERRORS"
161 msgstr ""
162
163 #. type: Plain text
164 msgid "On error, a descriptive error message will be available via the B<ipq_errstr> function."
165 msgstr ""
166
167 #. type: SH
168 #, no-wrap
169 msgid "BUGS"
170 msgstr ""
171
172 #. type: Plain text
173 msgid "None known."
174 msgstr ""
175
176 #. type: SH
177 #, no-wrap
178 msgid "AUTHOR"
179 msgstr ""
180
181 #. type: Plain text
182 msgid "James Morris E<lt>jmorris@intercode.com.auE<gt>"
183 msgstr ""
184
185 #. type: SH
186 #, no-wrap
187 msgid "COPYRIGHT"
188 msgstr ""
189
190 #. type: Plain text
191 msgid "Copyright (c) 2000-2001 Netfilter Core Team."
192 msgstr ""
193
194 #. type: Plain text
195 msgid "Distributed under the GNU General Public License."
196 msgstr ""
197
198 #. type: SH
199 #, no-wrap
200 msgid "SEE ALSO"
201 msgstr ""
202
203 #. type: Plain text
204 msgid "B<iptables>(8), B<libipq>(3)."
205 msgstr ""