HomeSort by relevance Sort by last modified time
    Searched full:name_to_type (Results 1 - 1 of 1) sorted by null

  /external/iptables/extensions/
libip6t_mh.c 78 static unsigned int name_to_type(const char *name) function
112 types[0] = types[1] = name_to_type(buffer);
117 types[0] = buffer[0] ? name_to_type(buffer) : 0;
118 types[1] = cp[0] ? name_to_type(cp) : 0xFF;

Completed in 59 milliseconds