Home | History | Annotate | Download | only in fio

Lines Matching defs:from

373 	const char *from;
376 from = inet_ntop(AF_INET6, (struct sockaddr *) &client->addr6.sin6_addr, buf, bufsize);
378 from = "sock";
380 from = inet_ntop(AF_INET, (struct sockaddr *) &client->addr.sin_addr, buf, bufsize);
382 return from;
545 /* Windows uses SIGBREAK as a quit signal from other applications */
1396 dprint(FD_NET, "client: got cmd op %s from %s (pdu=%u)\n",