HomeSort by relevance Sort by last modified time
    Searched refs:parse_opts_num (Results 1 - 2 of 2) sorted by null

  /external/iptables/extensions/
libip6t_dst.c 32 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;
libip6t_hbh.c 34 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;

Completed in 507 milliseconds