Searched refs:xid (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c313 nfs_proc(struct nfsrv_descript *nd, u_int32_t xid, SVCXPRT *xprt, argument
351 nd->nd_retxid = xid;
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.c338 u_int32_t xid; local
397 xid = ntohl(*(u_int32_t *)(void *)(cu->cu_outhdr));
398 xid++;
399 *(u_int32_t *)(void *)(cu->cu_outhdr) = htonl(xid);
726 * use the knowledge that xid is the
728 * This will get the xid of the PREVIOUS call
735 /* This will set the xid of the NEXT call */
H A Dsvc_dg.c471 * Index into cache is xid, proc, vers, prog and address
506 #define CACHE_LOC(transp, xid) \
507 (xid % (SPARSENESS * ((struct cl_cache *) \
630 "cache set for xid= %x prog=%d vers=%d proc=%d for rmtaddr=%s\n",
688 "cache entry found for xid=%x prog=%d vers=%d proc=%d for rmtaddr=%s\n",
/freebsd-11.0-release/contrib/amd/amd/
H A Dsrvr_nfs.c362 int xid = (long) idv; /* cast needed for 64-bit archs */ local
374 if (np->np_xid == xid && (fs->fs_flags & FSF_PINGING)) {
416 * New RPC xid...
543 * New RPC xid, so any late responses to the previous ping
/freebsd-11.0-release/sbin/dhclient/
H A Ddhcpd.h179 u_int32_t xid; member in struct:client_state
/freebsd-11.0-release/sys/boot/efi/libefi/
H A Definet.c240 desc->xid = 1;
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_rpcb_pxy.c1039 /* xid(I) - XID to look for */
1042 ipf_p_rpcb_lookup(rs, xid)
1044 u_32_t xid;
1052 if (rx->rx_xid == xid)
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A Drpc.c73 uint32_t xid; member in struct:call_header
843 CHECK(krb5_ret_uint32(msg, &chdr.xid));
1020 CHECK(krb5_store_uint32(reply, chdr.xid));
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_hostap.c1536 uint8_t xid[3]; member in struct:l2_update_frame
1571 l2uf->xid[0] = 0x81;
1572 l2uf->xid[1] = 0x80;
1573 l2uf->xid[2] = 0x00;
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_wired.c70 u_int32_t xid; member in struct:dhcp_message
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dpxe.c636 desc->xid = bootplayer.ident;
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c918 * If duplicate request, returns a 0, else returns the xid of its call.
989 return (FINFO[j].forward_xid); /* forward on this xid */
1008 free_slot_by_xid(u_int32_t xid) argument
1012 entry = xid % NFORWARD;
1243 fprintf(stderr, "handle_reply: reply xid: %d fi addr: %p\n",
1284 fprintf(stderr, "handle_reply: NULL xid on exit!\n");
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c926 * *callxidp is set to the xid of the call.
996 /* Don't allow a zero xid below. */
1000 *callxidp = FINFO[j].forward_xid; /* forward on this xid */
1018 free_slot_by_xid(u_int32_t xid) argument
1022 entry = xid % (u_int32_t)NFORWARD;
1270 fprintf(stderr, "handle_reply: reply xid: %d fi addr: %p\n",
1311 fprintf(stderr, "handle_reply: NULL xid on exit!\n");
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-openflow-1.0.c2381 const uint16_t len, const uint32_t xid)
2393 ND_PRINT((ndo, "\n\tversion 1.0, type %s, length %u, xid 0x%08x",
2394 tok2str(ofpt_str, "invalid (0x%02x)", type), len, xid));
2379 of10_header_body_print(netdissect_options *ndo, const u_char *cp, const u_char *ep, const uint8_t type, const uint16_t len, const uint32_t xid) argument
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw2.c1501 key = ucred_cache.xid;

Completed in 247 milliseconds

12