Searched refs:FMT_NUMERIC (Results 1 - 4 of 4) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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 135 milliseconds