OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcp_flag_names
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libip6t_tcp.c
64
struct
tcp_flag_names
{
struct
69
static struct
tcp_flag_names
tcp_flag_names
[]
variable in typeref:struct:tcp_flag_names
92
i < sizeof(
tcp_flag_names
)/sizeof(struct
tcp_flag_names
);
94
if (strcasecmp(
tcp_flag_names
[i].name, ptr) == 0) {
95
ret |=
tcp_flag_names
[i].flag;
99
if (i == sizeof(
tcp_flag_names
)/sizeof(struct
tcp_flag_names
))
288
for (i = 0; (flags &
tcp_flag_names
[i].flag) == 0; i++)
[
all
...]
libipt_tcp.c
65
struct
tcp_flag_names
{
struct
70
static struct
tcp_flag_names
tcp_flag_names
[]
variable in typeref:struct:tcp_flag_names
93
i < sizeof(
tcp_flag_names
)/sizeof(struct
tcp_flag_names
);
95
if (strcasecmp(
tcp_flag_names
[i].name, ptr) == 0) {
96
ret |=
tcp_flag_names
[i].flag;
100
if (i == sizeof(
tcp_flag_names
)/sizeof(struct
tcp_flag_names
))
289
for (i = 0; (flags &
tcp_flag_names
[i].flag) == 0; i++)
[
all
...]
Completed in 2682 milliseconds