Home | History | Annotate | Download | only in mDNSPosix

Lines Matching full:stderr

973 	if (status) { fprintf(stderr, "%s: mDNSNetMonitor failed %d\n", progname, (int)status); return(status); }
977 fprintf(stderr, "\nmDNS traffic monitor\n");
978 fprintf(stderr, "Usage: %s [-i index] [host]\n", progname);
979 fprintf(stderr, "Optional [-i index] parameter displays only packets from that interface index\n");
980 fprintf(stderr, "Optional [host] parameter displays only packets from that host\n");
982 fprintf(stderr, "\nPer-packet header output:\n");
983 fprintf(stderr, "-Q- Multicast Query from mDNS client that accepts multicast responses\n");
984 fprintf(stderr, "-R- Multicast Response packet containing answers/announcements\n");
985 fprintf(stderr, "-LQ- Multicast Query from legacy client that does *not* listen for multicast responses\n");
986 fprintf(stderr, "Q/Ans/Auth/Add Number of questions, answers, authority records and additional records in packet\n");
988 fprintf(stderr, "\nPer-record display:\n");
989 fprintf(stderr, "(PM) Probe Question (new service starting), requesting multicast response\n");
990 fprintf(stderr, "(PU) Probe Question (new service starting), requesting unicast response\n");
991 fprintf(stderr, "(DE) Deletion/Goodbye (service going away)\n");
992 fprintf(stderr, "(LQ) Legacy Query Question\n");
993 fprintf(stderr, "(QM) Query Question, requesting multicast response\n");
994 fprintf(stderr, "(QU) Query Question, requesting unicast response\n");
995 fprintf(stderr, "(KA) Known Answer (information querier already knows)\n");
996 fprintf(stderr, "(AN) Unique Answer to question (or periodic announcment) (entire RR Set)\n");
997 fprintf(stderr, "(AN+) Answer to question (or periodic announcment) (add to existing RR Set members)\n");
998 fprintf(stderr, "(AD) Unique Additional Record Set (entire RR Set)\n");
999 fprintf(stderr, "(AD+) Additional records (add to existing RR Set members)\n");
1001 fprintf(stderr, "\nFinal summary, sorted by service type:\n");
1002 fprintf(stderr, "Probe Probes for this service type starting up\n");
1003 fprintf(stderr, "Goodbye Goodbye (deletion) packets for this service type shutting down\n");
1004 fprintf(stderr, "BrowseQ Browse questions from clients browsing to find a list of instances of this service\n");
1005 fprintf(stderr, "BrowseA Browse answers/announcments advertising instances of this service\n");
1006 fprintf(stderr, "ResolveQ Resolve questions from clients actively connecting to an instance of this service\n");
1007 fprintf(stderr, "ResolveA Resolve answers/announcments giving connection information for an instance of this service\n");
1008 fprintf(stderr, "\n");