Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:recipient

49     const char *recipient;
106 z_triple(char *class, char *inst, const char *recipient)
108 if (!*recipient)
109 recipient = "*";
110 snprintf(z_buf, sizeof(z_buf), "<%s,%s,%s>", class, inst, recipient);
146 z.recipient = 0;
176 PARSE_FIELD_STR(z.recipient);
311 if (!*z.recipient)
312 z.recipient = "*";
314 ND_PRINT((ndo, " to %s", z_triple(z.class, z.inst, z.recipient)));