Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:addrbuf

838 	char rrbuf[MaxMsg], addrbuf[16];
853 Log("Update from %s, Expires in %d:%d:%d\n\t%s", inet_ntop(AF_INET, &ptr->cli.sin_addr, addrbuf, 16), hr, min, sec,
1513 char addrbuf[32];
1572 require_action_quiet( sock, exit, err = mStatus_UnknownErr ; Log( "Discarding request from %s due to connection errors", inet_ntop( AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) );
1575 require_action_quiet( res >= 0, exit, err = mStatus_UnknownErr ; Log( "Couldn't relay message from %s to server. Discarding.", inet_ntop(AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) );
1589 require_action( ok, exit, err = mStatus_UnknownErr; VLog( "Message from %s not a successful update.", inet_ntop(AF_INET, &request->src.sin_addr, addrbuf, 32 ) ) );
1897 char rrbuf[MaxMsg], addrbuf[32];
1902 if (verbose) inet_ntop(AF_INET, &e->cli.sin_addr, addrbuf, 32);
1911 VLog("%s (%s): %s", addrbuf, (mDNSs32)cr->resrec.rroriginalttl < 0 ? "Remove": "Add", rrbuf);
2162 char rrbuf[MaxMsg], addrbuf[32];
2188 if (verbose) inet_ntop(AF_INET, &e->cli.sin_addr, addrbuf, 32);