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

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp137 char *match_template; local
154 asprintf(&match_template, "sock=%lx %s", addr, "tag=0x%llx (uid=%u)");
158 asprintf(&match_template, "%s", " tag=0x%llx (uid=%u)");
163 asprintf(&buff, match_template, full_tag | uid, uid);
181 free(match_template);

Completed in 682 milliseconds