Home | History | Annotate | Download | only in ip

Lines Matching refs:fprintf

41 	fprintf(stderr, "Usage: ip maddr [ add | del ] MULTIADDR dev STRING\n");
42 fprintf(stderr, " ip maddr show [ dev STRING ]\n");
195 fprintf(fp, "\t");
199 fprintf(fp, "link %s", ll_addr_n2a((unsigned char*)list->addr.data,
206 fprintf(fp, "inet ");
209 fprintf(fp, "inet6 ");
212 fprintf(fp, "family %d ", list->addr.family);
215 fprintf(fp, "%s",
222 fprintf(fp, " users %d", list->users);
224 fprintf(fp, " %s", list->features);
225 fprintf(fp, "\n");
235 fprintf(fp, "%d:\t%s%s", cur_index, list->name, _SL_);
238 fprintf(fp, "%d:\t%s\n", cur_index, list->name);
303 fprintf(stderr, "Error: \"%s\" is not a legal ll address.\n", *argv);
310 fprintf(stderr, "Not enough information: \"dev\" is required.\n");
342 fprintf(stderr, "Command \"%s\" is unknown, try \"ip maddr help\".\n", *argv);