Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:server

100  * the first NFS server was the SunOS 2.0 one, and until 5.0 SunOS
135 { 10006, "Unspecified error on server" }, /* NFS3ERR_SERVERFAULT */
911 /* file system ID is ASCII, not numeric, for this server OS */
936 * Maintain a small cache of recent client.XID.server/proc pairs, to allow
946 struct in6_addr server; /* server IP address (net order) */
949 struct in_addr server; /* server IP address (net order) */
1001 UNALIGNED_MEMCPY(&xmep->server, &ip->ip_dst, sizeof(ip->ip_dst));
1007 UNALIGNED_MEMCPY(&xmep->server, &ip6->ip6_dst, sizeof(ip6->ip6_dst));
1041 if (UNALIGNED_MEMCMP(&ip->ip_src, &xmep->server,
1050 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &xmep->server,