Searched refs:xtables_chain_protos (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/iptables/
H A Dxshared.c51 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
52 if (xtables_chain_protos[i].num == proto)
53 return xtables_chain_protos[i].name;
H A Dxtables.c1771 const struct xtables_pprot xtables_chain_protos[] = { variable in typeref:struct:xtables_pprot
1807 for (i = 0; i < ARRAY_SIZE(xtables_chain_protos); ++i) {
1808 if (xtables_chain_protos[i].name == NULL)
1810 if (strcmp(s, xtables_chain_protos[i].name) == 0)
1811 return xtables_chain_protos[i].num;
H A Dip6tables.c1025 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1026 if (xtables_chain_protos[i].num == proto) {
1028 invertstr, xtables_chain_protos[i].name);
H A Diptables.c1002 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1003 if (xtables_chain_protos[i].num == proto) {
1005 invertstr, xtables_chain_protos[i].name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/iptables/
H A Dxshared.c51 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
52 if (xtables_chain_protos[i].num == proto)
53 return xtables_chain_protos[i].name;
H A Dxtables.c1771 const struct xtables_pprot xtables_chain_protos[] = { variable in typeref:struct:xtables_pprot
1807 for (i = 0; i < ARRAY_SIZE(xtables_chain_protos); ++i) {
1808 if (xtables_chain_protos[i].name == NULL)
1810 if (strcmp(s, xtables_chain_protos[i].name) == 0)
1811 return xtables_chain_protos[i].num;
H A Dip6tables.c1025 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1026 if (xtables_chain_protos[i].num == proto) {
1028 invertstr, xtables_chain_protos[i].name);
H A Diptables.c1002 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1003 if (xtables_chain_protos[i].num == proto) {
1005 invertstr, xtables_chain_protos[i].name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/iptables/
H A Dxshared.c51 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
52 if (xtables_chain_protos[i].num == proto)
53 return xtables_chain_protos[i].name;
H A Dxtables.c1771 const struct xtables_pprot xtables_chain_protos[] = { variable in typeref:struct:xtables_pprot
1807 for (i = 0; i < ARRAY_SIZE(xtables_chain_protos); ++i) {
1808 if (xtables_chain_protos[i].name == NULL)
1810 if (strcmp(s, xtables_chain_protos[i].name) == 0)
1811 return xtables_chain_protos[i].num;
H A Dip6tables.c1025 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1026 if (xtables_chain_protos[i].num == proto) {
1028 invertstr, xtables_chain_protos[i].name);
H A Diptables.c1002 for (i = 0; xtables_chain_protos[i].name != NULL; ++i)
1003 if (xtables_chain_protos[i].num == proto) {
1005 invertstr, xtables_chain_protos[i].name);

Completed in 202 milliseconds