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

  /external/tcpdump/
print-sunrpc.c 178 char srcid[20], dstid[20]; /*fits 32bit*/ local
183 snprintf(srcid, sizeof(srcid), "0x%x",
187 snprintf(srcid, sizeof(srcid), "0x%x",
196 ipaddr_string(ndo, &ip->ip_src), srcid,
203 ip6addr_string(ndo, &ip6->ip6_src), srcid,
208 ND_PRINT((ndo, "%s.%s > %s.%s: %d", "?", srcid, "?", dstid, length));
print-nfs.c 337 char srcid[20], dstid[20]; /*fits 32bit*/ local
344 strlcpy(srcid, "nfs", sizeof(srcid));
348 snprintf(srcid, sizeof(srcid), "%u", NFS_PORT);
352 print_nfsaddr(ndo, bp2, srcid, dstid);
    [all...]

Completed in 475 milliseconds