Searched refs:cn_len (Results 1 – 1 of 1) sorted by relevance
458 size_t msg_len, cn_len, dn_len; in bp_whoami() local525 cn_len = ntohll(str->len); in bp_whoami()526 if ((msg_len - 4) < cn_len) { in bp_whoami()529 if (cn_len >= MAXHOSTNAMELEN) { in bp_whoami()533 bcopy(str->data, hostname, cn_len); in bp_whoami()534 hostname[cn_len] = '\0'; in bp_whoami()536 p += RPC_STR_SIZE(cn_len); in bp_whoami()537 msg_len -= RPC_STR_SIZE(cn_len); in bp_whoami()603 size_t msg_len, cn_len, key_len, sn_len, path_len; in bp_getfile() local609 cn_len = strlen(hostname); in bp_getfile()[all …]