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

/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp134 char *match_template; local
151 asprintf(&match_template, "sock=%lx %s", addr, "tag=0x%llx (uid=%u)");
155 asprintf(&match_template, "%s", " tag=0x%llx (uid=%u)");
160 asprintf(&buff, match_template, full_tag | uid, uid);
178 free(match_template);

Completed in 4 milliseconds