Searched refs:parse_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_addrtype.c52 parse_type(const char *name, size_t strlen, u_int16_t *mask) function
71 if (comma == arg || !parse_type(arg, comma-arg, mask))
77 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_addrtype.c70 parse_type(const char *name, size_t len, uint16_t *mask) function
89 if (comma == arg || !parse_type(arg, comma-arg, mask))
95 if (strlen(arg) == 0 || !parse_type(arg, strlen(arg), mask))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c229 smallint parse_type; /* bitmask of PARSEFLAG_xxx, defines type of parser : ";$" common or special symbol */ member in struct:p_context
255 //pt: int parse_type;
2815 //only ctx->parse_type is not touched... is this intentional?
2926 if (!child->argv && (ctx->parse_type & PARSEFLAG_SEMICOLON)) {
3000 //pt: child->parse_type = ctx->parse_type;
3518 ctx.parse_type = parse_flag;

Completed in 158 milliseconds