Home
last modified time | relevance | path

Searched refs:xid (Results 1 – 25 of 34) sorted by relevance

12

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
HDclvmd.c94 unsigned short xid; member
133 unsigned short xid);
538 newfd->xid = 0; in local_rendezvous_callback()
1214 thisfd->xid = global_xid++; in distribute_command()
1215 DEBUGLOG("distribute command: XID = %d\n", thisfd->xid); in distribute_command()
1232 inheader->xid = thisfd->xid; in distribute_command()
1255 inheader->xid = thisfd->xid; in distribute_command()
1287 decode_cmd(msg->cmd), msg->clientid, msg->xid, nodename); in process_remote_command()
1362 agghead->xid = msg->xid; in process_remote_command()
1551 unsigned short xid) in process_local_command() argument
[all …]
HDclvm.h30 uint16_t xid; /* Transaction ID */ member
HDclvmd.h92 unsigned short xid; member
/dragonfly/usr.sbin/ypserv/
HDyp_dnslookup.c110 unsigned long xid; member
207 if (id == q->xid) in yp_find_dnsqent()
225 unsigned long xid; in yp_send_dns_reply() local
294 xid = svcudp_set_xid(q->xprt, q->xid); in yp_send_dns_reply()
306 svcudp_set_xid(q->xprt, xid); in yp_send_dns_reply()
442 q->xid = svcudp_get_xid(q->xprt); in yp_async_lookup_name()
528 q->xid = svcudp_get_xid(q->xprt); in yp_async_lookup_addr()
HDyp_svc_udp.c59 svcudp_set_xid(SVCXPRT *xprt, unsigned long xid) in svcudp_set_xid() argument
68 su->su_xid = xid; in svcudp_set_xid()
/dragonfly/usr.sbin/ypbind/
HDyp_ping.c206 u_int32_t xid; member
241 reqs[i]->xid = xid_seed; in __yp_ping()
274 clnt_control(clnt, CLSET_XID, (char *)&reqs[i]->xid); in __yp_ping()
288 if (reqs[i] != NULL && reqs[i]->xid == xid_lookup) { in __yp_ping()
/dragonfly/sys/vfs/nfs/
HDkrpc_subr.c202 u_int32_t xid; in krpc_call() local
282 xid = atomic_fetchadd_int(&static_xid, 1); in krpc_call()
283 } while (xid == 0); in krpc_call()
284 call->rp_xid = txdr_unsigned(xid); in krpc_call()
380 if (reply->rp_xid != txdr_unsigned(xid)) in krpc_call()
HDbootp_subr.c95 u_int32_t xid; member
127 u_int32_t xid; member
155 u_int32_t xid; member
429 ifctx->xid = gctx->xid; in allocifctx()
435 gctx->xid += 0x100; in allocifctx()
838 if (gctx->reply.xid != ifctx->call.xid) in bootpc_call()
1195 ifctx->xid++; in bootpc_compose_query()
1196 ifctx->call.xid = txdr_unsigned(ifctx->xid); in bootpc_compose_query()
1538 gctx->xid = ~0xFFFF; in bootpc_init()
HDnfs_srvcache.c59 #define NFSRCHASH(xid) \ argument
60 (&nfsrvhashtbl[((xid) + ((xid) >> 24)) & nfsrvhash])
/dragonfly/stand/lib/
HDtftp.c129 if (d->xid == 1) { in recvtftp()
149 if (htons(t->th_block) != (uint16_t)d->xid) { in recvtftp()
155 if (d->xid == 1) { in recvtftp()
218 h->iodesc->xid = 1; /* expected block */ in tftp_makereq()
256 h->iodesc->xid = h->currblock + 1; /* expected block */ in tftp_getnextblock()
HDbootp.c116 bp->bp_xid = htonl(d->xid); in bootp()
246 ++d->xid; in bootp()
293 if (bp->bp_xid != htonl(d->xid)) { in bootprecv()
297 d->xid, ntohl(bp->bp_xid)); in bootprecv()
HDiodesc.h45 u_long xid; /* transaction identification */ member
/dragonfly/contrib/dhcpcd/src/
HDdhcp6.c84 uint8_t xid[3]; member
468 uint32_t xid; in dhcp6_newxid() local
471 ifp->hwlen >= sizeof(xid)) in dhcp6_newxid()
473 memcpy(&xid, (ifp->hwaddr + ifp->hwlen) - sizeof(xid), in dhcp6_newxid()
474 sizeof(xid)); in dhcp6_newxid()
477 xid = arc4random(); in dhcp6_newxid()
480 m->xid[0] = (xid >> 16) & 0xff; in dhcp6_newxid()
481 m->xid[1] = (xid >> 8) & 0xff; in dhcp6_newxid()
482 m->xid[2] = xid & 0xff; in dhcp6_newxid()
491 state1->send->xid[0] == m->xid[0] && in dhcp6_newxid()
[all …]
HDdhcp.h157 uint32_t xid; /* transaction id */ member
225 uint32_t xid; member
HDdhcp.c794 bootp->xid = htonl(state->xid); in make_message()
1469 ifp->hwlen >= sizeof(state->xid)) in dhcp_new_xid()
1471 memcpy(&state->xid, in dhcp_new_xid()
1472 (ifp->hwaddr + ifp->hwlen) - sizeof(state->xid), in dhcp_new_xid()
1473 sizeof(state->xid)); in dhcp_new_xid()
1476 state->xid = arc4random(); in dhcp_new_xid()
1485 if (state1->xid == state->xid) in dhcp_new_xid()
1490 ifp->hwlen >= sizeof(state->xid)) in dhcp_new_xid()
1727 state->xid); in send_message()
1746 state->xid, in send_message()
[all …]
/dragonfly/libexec/bootpd/tools/bootptest/
HDbootptest.c145 int32 xid; in main() local
307 xid = (int32) getpid(); in main()
308 bp->bp_xid = (u_int32) htonl(xid); in main()
/dragonfly/contrib/wpa_supplicant/src/common/
HDdhcp.h45 be32 xid; member
64 be32 xid; member
/dragonfly/sbin/dhclient/
HDdhclient.c554 client->xid = arc4random(); in state_reboot()
576 client->xid = client->packet.xid; in state_init()
652 client->xid = client->packet.xid; in state_selecting()
772 client->xid = client->packet.xid; in state_bound()
1291 client->packet.xid = arc4random(); in make_discover()
1359 client->packet.xid = client->xid; in make_request()
1426 client->packet.xid = client->xid; in make_decline()
HDdhcp.h60 u_int32_t xid; /* Transaction ID */ member
HDoptions.c523 if (handler && client->xid == client->packet.xid) { in do_packet()
/dragonfly/contrib/lvm2/dist/include/
HDclvm.h30 uint16_t xid; /* Transaction ID */ member
/dragonfly/contrib/tcpdump/
HDprint-nfs.c919 uint32_t xid; /* transaction ID (net order) */ member
966 UNALIGNED_MEMCPY(&xmep->xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_enter()
996 uint32_t xid; in xid_map_find() local
1001 UNALIGNED_MEMCPY(&xid, &rp->rm_xid, sizeof(xmep->xid)); in xid_map_find()
1007 if (xmep->ipver != IP_V(ip) || xmep->xid != xid) in xid_map_find()
HDprint-dhcp6.c106 nd_uint32_t xid; member
823 ND_TCHECK_4(dh6->dh6_msgtypexid.xid); in dhcp6_print()
837 GET_BE_U_4(dh6->dh6_msgtypexid.xid) & DH6_XIDMASK); in dhcp6_print()
/dragonfly/lib/libc/rpc/
HDclnt_dg.c309 u_int32_t xid; in clnt_dg_call() local
371 xid = ntohl(*(u_int32_t *)(void *)(cu->cu_outbuf)); in clnt_dg_call()
372 xid++; in clnt_dg_call()
373 *(u_int32_t *)(void *)(cu->cu_outbuf) = htonl(xid); in clnt_dg_call()
HDsvc_dg.c368 #define CACHE_LOC(transp, xid) \ argument
369 (xid % (SPARSENESS * ((struct cl_cache *) \

12