Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:inst

50     char *inst;
110 z_triple(char *class, char *inst, const char *recipient)
114 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
168 PARSE_FIELD_STR(z.inst);
204 printf(" locate %s", z.inst);
214 if (!strcmp(z.inst, "CLIENT")) {
252 if (!strcmp(z.inst, "HM")) {
257 if (!strcmp(z.inst, "REALM")) {
271 printf(" hm_ctl %s", str_to_lower(z.inst));
277 if (!strcmp(z.inst, "HMST_CLIENT") && !strcmp(z.opcode, "GIMMESTATS")) {
284 printf(" wg_ctl %s", str_to_lower(z.inst));
309 printf(" to %s", z_triple(z.class, z.inst, z.recipient));