Searched refs:sn_len (Results 1 – 1 of 1) sorted by relevance
603 size_t msg_len, cn_len, key_len, sn_len, path_len; in bp_getfile() local655 sn_len = ntohll(str->len); in bp_getfile()656 if ((msg_len - 4) < sn_len) { in bp_getfile()659 if (sn_len >= MAXHOSTNAMELEN) { in bp_getfile()662 bcopy(str->data, serv_name, sn_len); in bp_getfile()663 serv_name[sn_len] = '\0'; in bp_getfile()664 p += RPC_STR_SIZE(sn_len); in bp_getfile()665 msg_len -= RPC_STR_SIZE(sn_len); in bp_getfile()