Searched refs:FMT_NUMERIC (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c55 #define FMT_NUMERIC 0x0001 macro
66 | FMT_NUMERIC | FMT_NOTABLE)
575 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
602 else if (format & FMT_NUMERIC) strcat(iface, "*");
615 else if (format & FMT_NUMERIC) strcat(iface, "*");
622 && !(format & FMT_NUMERIC))
625 if (format & FMT_NUMERIC)
635 && !(format & FMT_NUMERIC))
638 if (format & FMT_NUMERIC)
654 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC);
[all...]
H A Diptables.c52 #define FMT_NUMERIC 0x0001 macro
63 | FMT_NUMERIC | FMT_NOTABLE)
582 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
609 else if (format & FMT_NUMERIC) strcat(iface, "*");
622 else if (format & FMT_NUMERIC) strcat(iface, "*");
628 if (fw->ip.smsk.s_addr == 0L && !(format & FMT_NUMERIC))
631 if (format & FMT_NUMERIC)
640 if (fw->ip.dmsk.s_addr == 0L && !(format & FMT_NUMERIC))
643 if (format & FMT_NUMERIC)
659 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c55 #define FMT_NUMERIC 0x0001 macro
66 | FMT_NUMERIC | FMT_NOTABLE)
575 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
602 else if (format & FMT_NUMERIC) strcat(iface, "*");
615 else if (format & FMT_NUMERIC) strcat(iface, "*");
622 && !(format & FMT_NUMERIC))
625 if (format & FMT_NUMERIC)
635 && !(format & FMT_NUMERIC))
638 if (format & FMT_NUMERIC)
654 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC);
[all...]
H A Diptables.c51 #define FMT_NUMERIC 0x0001 macro
62 | FMT_NUMERIC | FMT_NOTABLE)
571 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
598 else if (format & FMT_NUMERIC) strcat(iface, "*");
611 else if (format & FMT_NUMERIC) strcat(iface, "*");
617 if (fw->ip.smsk.s_addr == 0L && !(format & FMT_NUMERIC))
620 if (format & FMT_NUMERIC)
629 if (fw->ip.dmsk.s_addr == 0L && !(format & FMT_NUMERIC))
632 if (format & FMT_NUMERIC)
648 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/
H A Dip6tables.c57 #define FMT_NUMERIC 0x0001 macro
68 | FMT_NUMERIC | FMT_NOTABLE)
1361 char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
1388 else if (format & FMT_NUMERIC) strcat(iface, "*");
1401 else if (format & FMT_NUMERIC) strcat(iface, "*");
1408 && !(format & FMT_NUMERIC))
1411 if (format & FMT_NUMERIC)
1421 && !(format & FMT_NUMERIC))
1424 if (format & FMT_NUMERIC)
1435 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC);
[all...]
H A Diptables.c55 #define FMT_NUMERIC 0x0001 macro
66 | FMT_NUMERIC | FMT_NOTABLE)
1422 char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
1449 else if (format & FMT_NUMERIC) strcat(iface, "*");
1462 else if (format & FMT_NUMERIC) strcat(iface, "*");
1468 if (fw->ip.smsk.s_addr == 0L && !(format & FMT_NUMERIC))
1471 if (format & FMT_NUMERIC)
1480 if (fw->ip.dmsk.s_addr == 0L && !(format & FMT_NUMERIC))
1483 if (format & FMT_NUMERIC)
1499 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC);
[all...]

Completed in 75 milliseconds