| /netbsd-src/sys/fs/nfs/common/ |
| H A D | bootp_subr.c | 142 int replylen; member 196 int replylen; member 509 gctx->replylen, in bootpc_received() 517 gctx->replylen, TAG_DHCP_MSGTYPE); in bootpc_received() 546 ifctx->replylen, in bootpc_received() 549 gctx->replylen, in bootpc_received() 553 bcopy(&gctx->reply, &ifctx->reply, gctx->replylen); in bootpc_received() 554 ifctx->replylen = gctx->replylen; in bootpc_received() 573 ifctx->replylen, TAG_DHCP_SERVERID); in bootpc_received() 583 ifctx->replylen, in bootpc_received() [all …]
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_bootdhcp.c | 297 int replylen; member 393 bpc->replylen = m->m_pkthdr.len; in bootpcheck() 394 m_copydata(m, 0, bpc->replylen, (void *)bpc->replybuf); in bootpcheck() 417 limit = ((u_char*)bootp) + bpc->replylen; in bootpcheck() 683 bootp_extract(bpc.replybuf, bpc.replylen, nd, flags); in bootpc_call() 694 bootp_extract(struct bootp *bootp, int replylen, in bootp_extract() 726 limit = ((u_char*)bootp) + replylen; in bootp_extract() 693 bootp_extract(struct bootp * bootp,int replylen,struct nfs_diskless * nd,int * flags) bootp_extract() argument
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | svc_dg.c | 191 size_t replylen; in svc_dg_recv() local 228 if (cache_get(xprt, msg, &reply, &replylen)) { in svc_dg_recv() 229 (void)sendto(xprt->xp_fd, reply, replylen, 0, in svc_dg_recv() 476 cache_set(SVCXPRT *xprt, size_t replylen) in cache_set() argument 543 victim->cache_replylen = replylen; in cache_set()
|
| /netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/ |
| H A D | clvmd.c | 1279 int replylen = 0; in process_remote_command() local 1343 &replylen); in process_remote_command() 1353 realloc(replyargs, replylen + sizeof(struct clvm_header)); in process_remote_command() 1361 replyargs, replylen); in process_remote_command() 1368 agghead->arglen = replylen; in process_remote_command() 1372 replylen, csid, fd, in process_remote_command() 1556 int replylen = 0; in process_local_command() local 1565 status = do_command(client, msg, msglen, &replybuf, buflen, &replylen); in process_local_command() 1572 add_reply_to_list(client, status, our_csid, replybuf, replylen); in process_local_command()
|
| /netbsd-src/sys/netinet6/ |
| H A D | icmp6.c | 1227 int replylen = sizeof(struct ip6_hdr) + sizeof(struct icmp6_nodeinfo); in ni6_input() local 1398 replylen += sizeof(u_int32_t); in ni6_input() 1402 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input() 1406 replylen += addrs * in ni6_input() 1408 if (replylen > MCLBYTES) in ni6_input() 1409 replylen = MCLBYTES; /* XXX: will truncate pkt later */ in ni6_input() 1426 replylen += offsetof(struct ni_reply_fqdn, ni_fqdn_namelen); in ni6_input() 1437 if (replylen > MHLEN) { in ni6_input() 1438 if (replylen > MCLBYTES) { in ni6_input() 1450 n->m_pkthdr.len = n->m_len = replylen; in ni6_input()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_dp_mst_topology.c | 3719 int replylen, origlen __unused, curreply; in drm_dp_get_one_sb_msg() local 3737 replylen = msg->curchunk_len + msg->curchunk_hdrlen; in drm_dp_get_one_sb_msg() 3739 origlen = replylen; in drm_dp_get_one_sb_msg() 3740 replylen -= len; in drm_dp_get_one_sb_msg() 3742 while (replylen > 0) { in drm_dp_get_one_sb_msg() 3743 len = min3(replylen, mgr->max_dpcd_transaction_bytes, 16); in drm_dp_get_one_sb_msg() 3759 replylen -= len; in drm_dp_get_one_sb_msg()
|