OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XTTYPE_PORTRC
(Results
1 - 5
of
5
) sorted by null
/external/iptables/extensions/
libxt_udp.c
27
{.name = "source-port", .id = O_SOURCE_PORT, .type =
XTTYPE_PORTRC
,
29
{.name = "sport", .id = O_SOURCE_PORT, .type =
XTTYPE_PORTRC
,
31
{.name = "destination-port", .id = O_DEST_PORT, .type =
XTTYPE_PORTRC
,
33
{.name = "dport", .id = O_DEST_PORT, .type =
XTTYPE_PORTRC
,
libxt_dccp.c
45
{.name = "source-port", .id = O_SOURCE_PORT, .type =
XTTYPE_PORTRC
,
47
{.name = "sport", .id = O_SOURCE_PORT, .type =
XTTYPE_PORTRC
,
49
{.name = "destination-port", .id = O_DEST_PORT, .type =
XTTYPE_PORTRC
,
51
{.name = "dport", .id = O_DEST_PORT, .type =
XTTYPE_PORTRC
,
libxt_conntrack.c
132
{.name = "ctorigsrcport", .id = O_CTORIGSRCPORT, .type =
XTTYPE_PORTRC
,
134
{.name = "ctorigdstport", .id = O_CTORIGDSTPORT, .type =
XTTYPE_PORTRC
,
136
{.name = "ctreplsrcport", .id = O_CTREPLSRCPORT, .type =
XTTYPE_PORTRC
,
138
{.name = "ctrepldstport", .id = O_CTREPLDSTPORT, .type =
XTTYPE_PORTRC
,
/external/iptables/include/
xtables.h
68
* %
XTTYPE_PORTRC
: colon-separated port range (names acceptable),
93
XTTYPE_PORTRC
,
/external/iptables/iptables/
xtoptions.c
64
[
XTTYPE_PORTRC
] = sizeof(uint16_t[2]),
794
[
XTTYPE_PORTRC
] = xtopt_parse_mport,
Completed in 4409 milliseconds