HomeSort by relevance Sort by last modified time
    Searched refs:dstid (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-sunrpc.c 178 char srcid[20], dstid[20]; /*fits 32bit*/ local
185 strlcpy(dstid, "sunrpc", sizeof(dstid));
189 snprintf(dstid, sizeof(dstid), "0x%x", SUNRPC_PMAPPORT);
197 ipaddr_string(ndo, &ip->ip_dst), dstid, length));
204 ip6addr_string(ndo, &ip6->ip6_dst), dstid, length));
208 ND_PRINT((ndo, "%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length));
print-nfs.c 337 char srcid[20], dstid[20]; /*fits 32bit*/ local
345 snprintf(dstid, sizeof(dstid), "%u",
349 snprintf(dstid, sizeof(dstid), "%u",
352 print_nfsaddr(ndo, bp2, srcid, dstid);
    [all...]

Completed in 321 milliseconds