Searched refs:parse_opts_num (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_dst.c32 parse_opts_num(const char *idstr, const char *typestr) function
81 opts[i] = (parse_opts_num(cp, "opt") & 0xFF) << 8;
86 opts[i] |= parse_opts_num(range, "length") & 0xFF;
H A Dlibip6t_hbh.c34 parse_opts_num(const char *idstr, const char *typestr) function
77 opts[i] = (parse_opts_num(cp, "opt") & 0xFF) << 8;
81 opts[i] |= parse_opts_num(range, "length") & 0xFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_dst.c42 parse_opts_num(const char *idstr, const char *typestr) function
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
147 optinfo->hdrlen = parse_opts_num(argv[optind-1], "length");
H A Dlibip6t_hbh.c49 parse_opts_num(const char *idstr, const char *typestr) function
92 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
146 optinfo->hdrlen = parse_opts_num(argv[optind-1], "length");

Completed in 58 milliseconds